#[repr(u8)]pub enum DspSramAccessDisableSram24If {
ENABLED = 0,
DISABLED = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for DspSramAccessDisableSram24If
impl Clone for DspSramAccessDisableSram24If
Source§fn clone(&self) -> DspSramAccessDisableSram24If
fn clone(&self) -> DspSramAccessDisableSram24If
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DspSramAccessDisableSram24If
impl Debug for DspSramAccessDisableSram24If
Source§impl From<DspSramAccessDisableSram24If> for u8
impl From<DspSramAccessDisableSram24If> for u8
Source§fn from(val: DspSramAccessDisableSram24If) -> u8
fn from(val: DspSramAccessDisableSram24If) -> u8
Converts to this type from the input type.
Source§impl From<u8> for DspSramAccessDisableSram24If
impl From<u8> for DspSramAccessDisableSram24If
Source§fn from(val: u8) -> DspSramAccessDisableSram24If
fn from(val: u8) -> DspSramAccessDisableSram24If
Converts to this type from the input type.
Source§impl Ord for DspSramAccessDisableSram24If
impl Ord for DspSramAccessDisableSram24If
Source§fn cmp(&self, other: &DspSramAccessDisableSram24If) -> Ordering
fn cmp(&self, other: &DspSramAccessDisableSram24If) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for DspSramAccessDisableSram24If
impl PartialEq for DspSramAccessDisableSram24If
Source§fn eq(&self, other: &DspSramAccessDisableSram24If) -> bool
fn eq(&self, other: &DspSramAccessDisableSram24If) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for DspSramAccessDisableSram24If
impl PartialOrd for DspSramAccessDisableSram24If
impl Copy for DspSramAccessDisableSram24If
impl Eq for DspSramAccessDisableSram24If
impl StructuralPartialEq for DspSramAccessDisableSram24If
Auto Trait Implementations§
impl Freeze for DspSramAccessDisableSram24If
impl RefUnwindSafe for DspSramAccessDisableSram24If
impl Send for DspSramAccessDisableSram24If
impl Sync for DspSramAccessDisableSram24If
impl Unpin for DspSramAccessDisableSram24If
impl UnwindSafe for DspSramAccessDisableSram24If
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