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