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