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