pub struct OFFSET2_R(/* private fields */);Expand description
Field OFFSET2 reader - OFFSET2
Methods from Deref<Target = FieldReader<u16, u16>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OFFSET2_R
impl RefUnwindSafe for OFFSET2_R
impl Send for OFFSET2_R
impl Sync for OFFSET2_R
impl Unpin for OFFSET2_R
impl UnwindSafe for OFFSET2_R
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