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