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