pub struct DEV_SET_INT_R(/* private fields */);Expand description
Field DEV_SET_INT reader - If software writes a one to one of these bits, the corresponding USB interrupt status bit is set. When this register is read, the same value as the USB interrupt status register is returned.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DEV_SET_INT_R
impl RefUnwindSafe for DEV_SET_INT_R
impl Send for DEV_SET_INT_R
impl Sync for DEV_SET_INT_R
impl Unpin for DEV_SET_INT_R
impl UnsafeUnpin for DEV_SET_INT_R
impl UnwindSafe for DEV_SET_INT_R
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