#[repr(C)]pub struct _MEMORY_PRIORITY_INFORMATION {
pub MemoryPriority: ULONG,
}Fields§
§MemoryPriority: ULONGTrait Implementations§
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 · 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 _MEMORY_PRIORITY_INFORMATION
impl Debug for _MEMORY_PRIORITY_INFORMATION
impl Copy 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 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