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