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