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