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