pub struct BerrR { /* private fields */ }
Expand description
Value of the field BERR
Implementations§
Auto Trait Implementations§
impl Freeze for BerrR
impl RefUnwindSafe for BerrR
impl Send for BerrR
impl Sync for BerrR
impl Unpin for BerrR
impl UnwindSafe for BerrR
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