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