pub struct IOSCR { /* private fields */ }
Expand description
I/O sampling control register
Implementations§
Auto Trait Implementations§
impl !Freeze for IOSCR
impl !RefUnwindSafe for IOSCR
impl Send for IOSCR
impl !Sync for IOSCR
impl Unpin for IOSCR
impl UnwindSafe for IOSCR
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