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