#[repr(C)]pub struct MEMORY_PRIORITY_INFORMATION {
pub MemoryPriority: MEMORY_PRIORITY,
}
Expand description
Required features: "Win32_System_Threading"
Fields
MemoryPriority: MEMORY_PRIORITY
Trait Implementations
impl Clone for MEMORY_PRIORITY_INFORMATION
impl Clone for MEMORY_PRIORITY_INFORMATION
impl Copy for MEMORY_PRIORITY_INFORMATION
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more