Struct windows::Wdk::Storage::FileSystem::IO_PRIORITY_INFO
#[repr(C)]pub struct IO_PRIORITY_INFO {
pub Size: u32,
pub ThreadPriority: u32,
pub PagePriority: u32,
pub IoPriority: IO_PRIORITY_HINT,
}
Fields§
§Size: u32
§ThreadPriority: u32
§PagePriority: u32
§IoPriority: IO_PRIORITY_HINT
Trait Implementations§
§impl Clone for IO_PRIORITY_INFO
impl Clone for IO_PRIORITY_INFO
§fn clone(&self) -> IO_PRIORITY_INFO
fn clone(&self) -> IO_PRIORITY_INFO
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 IO_PRIORITY_INFO
impl Debug for IO_PRIORITY_INFO
§impl Default for IO_PRIORITY_INFO
impl Default for IO_PRIORITY_INFO
§impl PartialEq for IO_PRIORITY_INFO
impl PartialEq for IO_PRIORITY_INFO
§fn eq(&self, other: &IO_PRIORITY_INFO) -> bool
fn eq(&self, other: &IO_PRIORITY_INFO) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for IO_PRIORITY_INFO
impl Eq for IO_PRIORITY_INFO
impl StructuralPartialEq for IO_PRIORITY_INFO
Auto Trait Implementations§
impl Freeze for IO_PRIORITY_INFO
impl RefUnwindSafe for IO_PRIORITY_INFO
impl Send for IO_PRIORITY_INFO
impl Sync for IO_PRIORITY_INFO
impl Unpin for IO_PRIORITY_INFO
impl UnwindSafe for IO_PRIORITY_INFO
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)