#[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: u32
dwType: u32
Created: SYSTEMTIME
Modified: SYSTEMTIME
ObjectGuid: GUID
Enabled: BOOL
dwOperationalState: u32
szName: [u16; 64]
szDescription: [u16; 127]
Info: NTMS_I1_OBJECTINFORMATIONW_0
Trait Implementations
impl Clone for NTMS_I1_OBJECTINFORMATIONW
impl Clone for NTMS_I1_OBJECTINFORMATIONW
impl Copy for NTMS_I1_OBJECTINFORMATIONW
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
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