pub struct DEVCMDSTAT_SPEC;Expand description
USB Device Command/Status register
This register you can read, write_with_zero, reset, write, modify. See API.
For information about available fields see devcmdstat module
Auto Trait Implementations§
impl Freeze for DEVCMDSTAT_SPEC
impl RefUnwindSafe for DEVCMDSTAT_SPEC
impl Send for DEVCMDSTAT_SPEC
impl Sync for DEVCMDSTAT_SPEC
impl Unpin for DEVCMDSTAT_SPEC
impl UnsafeUnpin for DEVCMDSTAT_SPEC
impl UnwindSafe for DEVCMDSTAT_SPEC
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