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