#[repr(transparent)]pub struct DSTORAGE_PRIORITY(pub i8);Tuple Fields§
§0: i8Trait 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 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 DSTORAGE_PRIORITY
impl Debug for DSTORAGE_PRIORITY
Source§impl Default for DSTORAGE_PRIORITY
impl Default for DSTORAGE_PRIORITY
Source§fn default() -> DSTORAGE_PRIORITY
fn default() -> DSTORAGE_PRIORITY
Returns the “default value” for a type. Read more
Source§impl PartialEq for DSTORAGE_PRIORITY
impl PartialEq for DSTORAGE_PRIORITY
impl Copy for DSTORAGE_PRIORITY
impl Eq for DSTORAGE_PRIORITY
impl StructuralPartialEq for DSTORAGE_PRIORITY
Auto Trait Implementations§
impl Freeze for DSTORAGE_PRIORITY
impl RefUnwindSafe for DSTORAGE_PRIORITY
impl Send for DSTORAGE_PRIORITY
impl Sync for DSTORAGE_PRIORITY
impl Unpin for DSTORAGE_PRIORITY
impl UnwindSafe for DSTORAGE_PRIORITY
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