#[repr(u8)]pub enum Ferr {
NO_EFFECT = 0,
FORCE_ERROR = 1,
}Variants§
NO_EFFECT = 0
No effect on the SR[KBERE] indicator.
FORCE_ERROR = 1
SR[KBERR] is immediately set after a write with this data bit set.
Implementations§
Trait Implementations§
Source§impl Ord for Ferr
impl Ord for Ferr
Source§impl PartialOrd for Ferr
impl PartialOrd for Ferr
impl Copy for Ferr
impl Eq for Ferr
impl StructuralPartialEq for Ferr
Auto Trait Implementations§
impl Freeze for Ferr
impl RefUnwindSafe for Ferr
impl Send for Ferr
impl Sync for Ferr
impl Unpin for Ferr
impl UnwindSafe for Ferr
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