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