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