Enum Bofie
#[repr(u8)]pub enum Bofie {
DISABLED = 0,
ENABLED = 1,
}
Variants§
DISABLED = 0
ERRI bit will not be set when BOFF is set
ENABLED = 1
ERRI bit will be set when BOFF is set
Implementations§
Trait Implementations§
§impl Ord for Bofie
impl Ord for Bofie
§impl PartialOrd for Bofie
impl PartialOrd for Bofie
impl Copy for Bofie
impl Eq for Bofie
impl StructuralPartialEq for Bofie
Auto Trait Implementations§
impl Freeze for Bofie
impl RefUnwindSafe for Bofie
impl Send for Bofie
impl Sync for Bofie
impl Unpin for Bofie
impl UnwindSafe for Bofie
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