Struct win_sys::FileSystem::FILE_IO_PRIORITY_HINT_INFO [−][src]
#[repr(C)]pub struct FILE_IO_PRIORITY_HINT_INFO {
pub PriorityHint: PRIORITY_HINT,
}Expand description
Required features: Win32_Storage_FileSystem
Fields
PriorityHint: PRIORITY_HINTTrait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for FILE_IO_PRIORITY_HINT_INFO
impl Send for FILE_IO_PRIORITY_HINT_INFO
impl Sync for FILE_IO_PRIORITY_HINT_INFO
impl Unpin for FILE_IO_PRIORITY_HINT_INFO
impl UnwindSafe for FILE_IO_PRIORITY_HINT_INFO
Blanket Implementations
Mutably borrows from an owned value. Read more