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