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