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