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