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