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