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