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