pub enum BERRW {
Clear = 0,
}Expand description
Bus error
Value on reset: 0
Variants§
Clear = 0
0: Clear flag
Trait Implementations§
impl Copy for BERRW
impl Eq for BERRW
impl StructuralPartialEq for BERRW
Auto Trait Implementations§
impl Freeze for BERRW
impl RefUnwindSafe for BERRW
impl Send for BERRW
impl Sync for BERRW
impl Unpin for BERRW
impl UnwindSafe for BERRW
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