#[repr(transparent)]pub struct Usdhc2CdBSelectInput(pub u32);Expand description
USDHC2_CD_B_SELECT_INPUT DAISY Register
Tuple Fields§
§0: u32Implementations§
Source§impl Usdhc2CdBSelectInput
impl Usdhc2CdBSelectInput
Sourcepub const fn daisy(&self) -> Usdhc2CdBSelectInputDaisy
pub const fn daisy(&self) -> Usdhc2CdBSelectInputDaisy
Selecting Pads Involved in Daisy Chain.
Sourcepub const fn set_daisy(&mut self, val: Usdhc2CdBSelectInputDaisy)
pub const fn set_daisy(&mut self, val: Usdhc2CdBSelectInputDaisy)
Selecting Pads Involved in Daisy Chain.
Trait Implementations§
Source§impl Clone for Usdhc2CdBSelectInput
impl Clone for Usdhc2CdBSelectInput
Source§fn clone(&self) -> Usdhc2CdBSelectInput
fn clone(&self) -> Usdhc2CdBSelectInput
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 Usdhc2CdBSelectInput
impl Debug for Usdhc2CdBSelectInput
Source§impl Default for Usdhc2CdBSelectInput
impl Default for Usdhc2CdBSelectInput
Source§fn default() -> Usdhc2CdBSelectInput
fn default() -> Usdhc2CdBSelectInput
Returns the “default value” for a type. Read more
Source§impl PartialEq for Usdhc2CdBSelectInput
impl PartialEq for Usdhc2CdBSelectInput
impl Copy for Usdhc2CdBSelectInput
impl Eq for Usdhc2CdBSelectInput
impl StructuralPartialEq for Usdhc2CdBSelectInput
Auto Trait Implementations§
impl Freeze for Usdhc2CdBSelectInput
impl RefUnwindSafe for Usdhc2CdBSelectInput
impl Send for Usdhc2CdBSelectInput
impl Sync for Usdhc2CdBSelectInput
impl Unpin for Usdhc2CdBSelectInput
impl UnwindSafe for Usdhc2CdBSelectInput
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