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