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