pub struct IOP { /* private fields */ }
Expand description
Input-Output Peripheral Bus (IOP) registers
Auto Trait Implementations§
impl Freeze for IOP
impl RefUnwindSafe for IOP
impl Send for IOP
impl Sync for IOP
impl Unpin for IOP
impl UnwindSafe for IOP
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