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