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