#[repr(transparent)]pub struct Usb1LoopbackSet(pub u32);Expand description
USB Loopback Test Register
Tuple Fields§
§0: u32Implementations§
Source§impl Usb1LoopbackSet
impl Usb1LoopbackSet
Sourcepub const fn utmi_teststart(&self) -> bool
pub const fn utmi_teststart(&self) -> bool
Setting this bit can enable 1
Sourcepub const fn set_utmi_teststart(&mut self, val: bool)
pub const fn set_utmi_teststart(&mut self, val: bool)
Setting this bit can enable 1
Trait Implementations§
Source§impl Clone for Usb1LoopbackSet
impl Clone for Usb1LoopbackSet
Source§fn clone(&self) -> Usb1LoopbackSet
fn clone(&self) -> Usb1LoopbackSet
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 Usb1LoopbackSet
impl Debug for Usb1LoopbackSet
Source§impl Default for Usb1LoopbackSet
impl Default for Usb1LoopbackSet
Source§fn default() -> Usb1LoopbackSet
fn default() -> Usb1LoopbackSet
Returns the “default value” for a type. Read more
Source§impl PartialEq for Usb1LoopbackSet
impl PartialEq for Usb1LoopbackSet
impl Copy for Usb1LoopbackSet
impl Eq for Usb1LoopbackSet
impl StructuralPartialEq for Usb1LoopbackSet
Auto Trait Implementations§
impl Freeze for Usb1LoopbackSet
impl RefUnwindSafe for Usb1LoopbackSet
impl Send for Usb1LoopbackSet
impl Sync for Usb1LoopbackSet
impl Unpin for Usb1LoopbackSet
impl UnwindSafe for Usb1LoopbackSet
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