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