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