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