#[repr(C)]pub struct MEMORY_PRIORITY_INFORMATION {
pub MemoryPriority: MEMORY_PRIORITY,
}Fields§
§MemoryPriority: MEMORY_PRIORITYTrait Implementations§
Source§impl Abi for MEMORY_PRIORITY_INFORMATION
impl Abi for MEMORY_PRIORITY_INFORMATION
Source§type Abi = MEMORY_PRIORITY_INFORMATION
type Abi = MEMORY_PRIORITY_INFORMATION
The abi representation of the implementing type. Read more
type DefaultType = MEMORY_PRIORITY_INFORMATION
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 Clone for MEMORY_PRIORITY_INFORMATION
impl Clone for MEMORY_PRIORITY_INFORMATION
Source§fn clone(&self) -> MEMORY_PRIORITY_INFORMATION
fn clone(&self) -> MEMORY_PRIORITY_INFORMATION
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_INFORMATION
Source§impl Debug for MEMORY_PRIORITY_INFORMATION
impl Debug for MEMORY_PRIORITY_INFORMATION
impl Eq for MEMORY_PRIORITY_INFORMATION
Auto Trait Implementations§
impl Freeze for MEMORY_PRIORITY_INFORMATION
impl RefUnwindSafe for MEMORY_PRIORITY_INFORMATION
impl Send for MEMORY_PRIORITY_INFORMATION
impl Sync for MEMORY_PRIORITY_INFORMATION
impl Unpin for MEMORY_PRIORITY_INFORMATION
impl UnsafeUnpin for MEMORY_PRIORITY_INFORMATION
impl UnwindSafe for MEMORY_PRIORITY_INFORMATION
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