Enum Fslacc
#[repr(u8)]pub enum Fslacc {
_00 = 0,
_11 = 3,
}Expand description
Factory Failure Analysis Access Code
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for Fslacc
impl Eq for Fslacc
impl IsEnum for Fslacc
impl StructuralPartialEq for Fslacc
Auto Trait Implementations§
impl Freeze for Fslacc
impl RefUnwindSafe for Fslacc
impl Send for Fslacc
impl Sync for Fslacc
impl Unpin for Fslacc
impl UnwindSafe for Fslacc
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