#[repr(C)]
pub union NTMS_OBJECTINFORMATIONW_0 {
Show 16 fields pub Drive: NTMS_DRIVEINFORMATIONW, pub DriveType: NTMS_DRIVETYPEINFORMATIONW, pub Library: NTMS_LIBRARYINFORMATION, pub Changer: NTMS_CHANGERINFORMATIONW, pub ChangerType: NTMS_CHANGERTYPEINFORMATIONW, pub StorageSlot: NTMS_STORAGESLOTINFORMATION, pub IEDoor: NTMS_IEDOORINFORMATION, pub IEPort: NTMS_IEPORTINFORMATION, pub PhysicalMedia: NTMS_PMIDINFORMATIONW, pub LogicalMedia: NTMS_LMIDINFORMATION, pub Partition: NTMS_PARTITIONINFORMATIONW, pub MediaPool: NTMS_MEDIAPOOLINFORMATION, pub MediaType: NTMS_MEDIATYPEINFORMATION, pub LibRequest: NTMS_LIBREQUESTINFORMATIONW, pub OpRequest: NTMS_OPREQUESTINFORMATIONW, pub Computer: NTMS_COMPUTERINFORMATION,
}
Expand description

Required features: "Win32_Storage_FileSystem", "Win32_Foundation"

Fields§

§Drive: NTMS_DRIVEINFORMATIONW§DriveType: NTMS_DRIVETYPEINFORMATIONW§Library: NTMS_LIBRARYINFORMATION§Changer: NTMS_CHANGERINFORMATIONW§ChangerType: NTMS_CHANGERTYPEINFORMATIONW§StorageSlot: NTMS_STORAGESLOTINFORMATION§IEDoor: NTMS_IEDOORINFORMATION§IEPort: NTMS_IEPORTINFORMATION§PhysicalMedia: NTMS_PMIDINFORMATIONW§LogicalMedia: NTMS_LMIDINFORMATION§Partition: NTMS_PARTITIONINFORMATIONW§MediaPool: NTMS_MEDIAPOOLINFORMATION§MediaType: NTMS_MEDIATYPEINFORMATION§LibRequest: NTMS_LIBREQUESTINFORMATIONW§OpRequest: NTMS_OPREQUESTINFORMATIONW§Computer: NTMS_COMPUTERINFORMATION

Trait Implementations§

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.