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