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