#[repr(transparent)]pub struct MEMORY_PRIORITY(pub u32);Tuple Fields§
§0: u32Trait Implementations§
Source§impl Abi for MEMORY_PRIORITY
impl Abi for MEMORY_PRIORITY
Source§type Abi = MEMORY_PRIORITY
type Abi = MEMORY_PRIORITY
The abi representation of the implementing type. Read more
type DefaultType = MEMORY_PRIORITY
Source§fn ok(value: &Self::DefaultType) -> Result<Self, Error>
fn ok(value: &Self::DefaultType) -> Result<Self, Error>
Converts from
Self::DefaultType to Result<T>.Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl BitAnd for MEMORY_PRIORITY
impl BitAnd for MEMORY_PRIORITY
Source§impl BitAndAssign for MEMORY_PRIORITY
impl BitAndAssign for MEMORY_PRIORITY
Source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&= operation. Read moreSource§impl BitOr for MEMORY_PRIORITY
impl BitOr for MEMORY_PRIORITY
Source§impl BitOrAssign for MEMORY_PRIORITY
impl BitOrAssign for MEMORY_PRIORITY
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|= operation. Read moreSource§impl Clone for MEMORY_PRIORITY
impl Clone for MEMORY_PRIORITY
Source§fn clone(&self) -> MEMORY_PRIORITY
fn clone(&self) -> MEMORY_PRIORITY
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for MEMORY_PRIORITY
Source§impl Debug for MEMORY_PRIORITY
impl Debug for MEMORY_PRIORITY
Source§impl Default for MEMORY_PRIORITY
impl Default for MEMORY_PRIORITY
Source§fn default() -> MEMORY_PRIORITY
fn default() -> MEMORY_PRIORITY
Returns the “default value” for a type. Read more
impl Eq for MEMORY_PRIORITY
Source§impl From<u32> for MEMORY_PRIORITY
impl From<u32> for MEMORY_PRIORITY
Source§impl PartialEq for MEMORY_PRIORITY
impl PartialEq 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 UnsafeUnpin 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