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