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