Struct win_sys::FileSystem::NTMS_I1_OBJECTINFORMATIONW [−][src]
#[repr(C)]pub struct NTMS_I1_OBJECTINFORMATIONW {
pub dwSize: u32,
pub dwType: u32,
pub Created: SYSTEMTIME,
pub Modified: SYSTEMTIME,
pub ObjectGuid: GUID,
pub Enabled: BOOL,
pub dwOperationalState: u32,
pub szName: [u16; 64],
pub szDescription: [u16; 127],
pub Info: NTMS_I1_OBJECTINFORMATIONW_0,
}Expand description
Required features: Win32_Storage_FileSystem, Win32_Foundation
Fields
dwSize: u32dwType: u32Created: SYSTEMTIMEModified: SYSTEMTIMEObjectGuid: GUIDEnabled: BOOLdwOperationalState: u32szName: [u16; 64]szDescription: [u16; 127]Info: NTMS_I1_OBJECTINFORMATIONW_0Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for NTMS_I1_OBJECTINFORMATIONW
impl Send for NTMS_I1_OBJECTINFORMATIONW
impl Sync for NTMS_I1_OBJECTINFORMATIONW
impl Unpin for NTMS_I1_OBJECTINFORMATIONW
impl UnwindSafe for NTMS_I1_OBJECTINFORMATIONW
Blanket Implementations
Mutably borrows from an owned value. Read more