#[repr(transparent)]pub struct Usdhc2CmdSelectInput(pub u32);Expand description
USDHC2_CMD_SELECT_INPUT DAISY Register
Tuple Fields§
§0: u32Implementations§
Source§impl Usdhc2CmdSelectInput
impl Usdhc2CmdSelectInput
Sourcepub const fn daisy(&self) -> Usdhc2CmdSelectInputDaisy
pub const fn daisy(&self) -> Usdhc2CmdSelectInputDaisy
Selecting Pads Involved in Daisy Chain.
Sourcepub const fn set_daisy(&mut self, val: Usdhc2CmdSelectInputDaisy)
pub const fn set_daisy(&mut self, val: Usdhc2CmdSelectInputDaisy)
Selecting Pads Involved in Daisy Chain.
Trait Implementations§
Source§impl Clone for Usdhc2CmdSelectInput
impl Clone for Usdhc2CmdSelectInput
Source§fn clone(&self) -> Usdhc2CmdSelectInput
fn clone(&self) -> Usdhc2CmdSelectInput
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Usdhc2CmdSelectInput
impl Debug for Usdhc2CmdSelectInput
Source§impl Default for Usdhc2CmdSelectInput
impl Default for Usdhc2CmdSelectInput
Source§fn default() -> Usdhc2CmdSelectInput
fn default() -> Usdhc2CmdSelectInput
Returns the “default value” for a type. Read more
Source§impl PartialEq for Usdhc2CmdSelectInput
impl PartialEq for Usdhc2CmdSelectInput
impl Copy for Usdhc2CmdSelectInput
impl Eq for Usdhc2CmdSelectInput
impl StructuralPartialEq for Usdhc2CmdSelectInput
Auto Trait Implementations§
impl Freeze for Usdhc2CmdSelectInput
impl RefUnwindSafe for Usdhc2CmdSelectInput
impl Send for Usdhc2CmdSelectInput
impl Sync for Usdhc2CmdSelectInput
impl Unpin for Usdhc2CmdSelectInput
impl UnwindSafe for Usdhc2CmdSelectInput
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more