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