Enum Fltconf
#[repr(u8)]pub enum Fltconf {
_00 = 0,
_01 = 1,
_1x = 2,
}Expand description
Fault Confinement State
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for Fltconf
impl Eq for Fltconf
impl IsEnum for Fltconf
impl StructuralPartialEq for Fltconf
Auto Trait Implementations§
impl Freeze for Fltconf
impl RefUnwindSafe for Fltconf
impl Send for Fltconf
impl Sync for Fltconf
impl Unpin for Fltconf
impl UnwindSafe for Fltconf
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