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