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