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