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