Struct windows_sys::Win32::Storage::FileSystem::NTMS_OBJECTINFORMATIONW
[−]#[repr(C)]pub struct NTMS_OBJECTINFORMATIONW {
pub dwSize: u32,
pub dwType: NtmsObjectsTypes,
pub Created: SYSTEMTIME,
pub Modified: SYSTEMTIME,
pub ObjectGuid: GUID,
pub Enabled: BOOL,
pub dwOperationalState: NtmsOperationalState,
pub szName: [u16; 64],
pub szDescription: [u16; 127],
pub Info: NTMS_OBJECTINFORMATIONW_0,
}
Expand description
Required features: "Win32_Storage_FileSystem"
, "Win32_Foundation"
Fields
dwSize: u32
dwType: NtmsObjectsTypes
Created: SYSTEMTIME
Modified: SYSTEMTIME
ObjectGuid: GUID
Enabled: BOOL
dwOperationalState: NtmsOperationalState
szName: [u16; 64]
szDescription: [u16; 127]
Info: NTMS_OBJECTINFORMATIONW_0
Trait Implementations
impl Clone for NTMS_OBJECTINFORMATIONW
impl Clone for NTMS_OBJECTINFORMATIONW
impl Copy for NTMS_OBJECTINFORMATIONW
Auto Trait Implementations
impl RefUnwindSafe for NTMS_OBJECTINFORMATIONW
impl Send for NTMS_OBJECTINFORMATIONW
impl Sync for NTMS_OBJECTINFORMATIONW
impl Unpin for NTMS_OBJECTINFORMATIONW
impl UnwindSafe for NTMS_OBJECTINFORMATIONW
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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