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