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