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