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