#[repr(transparent)]pub struct SratMemoryFlags(pub u32);
Tuple Fields§
§0: u32
Implementations§
Source§impl SratMemoryFlags
impl SratMemoryFlags
pub const ENABLED: SratMemoryFlags
pub const HOT_PLUGGABLE: SratMemoryFlags
pub const NVRAM: SratMemoryFlags
Trait Implementations§
Source§impl Clone for SratMemoryFlags
impl Clone for SratMemoryFlags
Source§fn clone(&self) -> SratMemoryFlags
fn clone(&self) -> SratMemoryFlags
Returns a copy 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 SratMemoryFlags
impl Debug for SratMemoryFlags
Source§impl Hash for SratMemoryFlags
impl Hash for SratMemoryFlags
Source§impl Ord for SratMemoryFlags
impl Ord for SratMemoryFlags
Source§fn cmp(&self, other: &SratMemoryFlags) -> Ordering
fn cmp(&self, other: &SratMemoryFlags) -> 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 SratMemoryFlags
impl PartialEq for SratMemoryFlags
Source§impl PartialOrd for SratMemoryFlags
impl PartialOrd for SratMemoryFlags
impl Copy for SratMemoryFlags
impl Eq for SratMemoryFlags
impl StructuralPartialEq for SratMemoryFlags
Auto Trait Implementations§
impl Freeze for SratMemoryFlags
impl RefUnwindSafe for SratMemoryFlags
impl Send for SratMemoryFlags
impl Sync for SratMemoryFlags
impl Unpin for SratMemoryFlags
impl UnwindSafe for SratMemoryFlags
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