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