Struct win_sys::FileSystem::NTMS_COMPUTERINFORMATION [−][src]
#[repr(C)]pub struct NTMS_COMPUTERINFORMATION {
pub dwLibRequestPurgeTime: u32,
pub dwOpRequestPurgeTime: u32,
pub dwLibRequestFlags: u32,
pub dwOpRequestFlags: u32,
pub dwMediaPoolPolicy: u32,
}Expand description
Required features: Win32_Storage_FileSystem
Fields
dwLibRequestPurgeTime: u32dwOpRequestPurgeTime: u32dwLibRequestFlags: u32dwOpRequestFlags: u32dwMediaPoolPolicy: u32Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for NTMS_COMPUTERINFORMATION
impl Send for NTMS_COMPUTERINFORMATION
impl Sync for NTMS_COMPUTERINFORMATION
impl Unpin for NTMS_COMPUTERINFORMATION
impl UnwindSafe for NTMS_COMPUTERINFORMATION
Blanket Implementations
Mutably borrows from an owned value. Read more