Struct direct_storage::DSTORAGE_PRIORITY
source · #[repr(transparent)]pub struct DSTORAGE_PRIORITY(pub i8);Tuple Fields§
§0: i8Implementations§
source§impl DSTORAGE_PRIORITY
impl DSTORAGE_PRIORITY
pub const DSTORAGE_PRIORITY_LOW: Self = _
pub const DSTORAGE_PRIORITY_NORMAL: Self = _
pub const DSTORAGE_PRIORITY_HIGH: Self = _
pub const DSTORAGE_PRIORITY_REALTIME: Self = _
Trait Implementations§
source§impl Clone for DSTORAGE_PRIORITY
impl Clone for DSTORAGE_PRIORITY
source§fn clone(&self) -> DSTORAGE_PRIORITY
fn clone(&self) -> DSTORAGE_PRIORITY
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 DSTORAGE_PRIORITY
impl Debug for DSTORAGE_PRIORITY
source§impl PartialEq<DSTORAGE_PRIORITY> for DSTORAGE_PRIORITY
impl PartialEq<DSTORAGE_PRIORITY> for DSTORAGE_PRIORITY
source§fn eq(&self, other: &DSTORAGE_PRIORITY) -> bool
fn eq(&self, other: &DSTORAGE_PRIORITY) -> bool
This method tests for
self and other values to be equal, and is used
by ==.