Struct SramPefr
#[repr(transparent)]pub struct SramPefr(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl SramPefr
impl SramPefr
pub const NOPARITYERROR: Self
pub const NOPARITYERROR: Self
No SRAM parity error detected
pub const PARITYERRORDETECTED: Self
pub const PARITYERRORDETECTED: Self
SRAM parity error detected
Trait Implementations§
§impl Ord for SramPefr
impl Ord for SramPefr
§impl PartialOrd for SramPefr
impl PartialOrd for SramPefr
impl Copy for SramPefr
impl Eq for SramPefr
impl StructuralPartialEq for SramPefr
Auto Trait Implementations§
impl Freeze for SramPefr
impl RefUnwindSafe for SramPefr
impl Send for SramPefr
impl Sync for SramPefr
impl Unpin for SramPefr
impl UnwindSafe for SramPefr
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