#[repr(u8)]pub enum SramIf8 {
ENABLED = 0,
DISABLED = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for SramIf8
impl Ord for SramIf8
Source§impl PartialOrd for SramIf8
impl PartialOrd for SramIf8
impl Copy for SramIf8
impl Eq for SramIf8
impl StructuralPartialEq for SramIf8
Auto Trait Implementations§
impl Freeze for SramIf8
impl RefUnwindSafe for SramIf8
impl Send for SramIf8
impl Sync for SramIf8
impl Unpin for SramIf8
impl UnwindSafe for SramIf8
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