#[repr(C)]
pub struct NTMS_DRIVEINFORMATIONA {
Show 16 fields pub Number: u32, pub State: NtmsDriveState, pub DriveType: GUID, pub szDeviceName: [CHAR; 64], pub szSerialNumber: [CHAR; 32], pub szRevision: [CHAR; 32], pub ScsiPort: u16, pub ScsiBus: u16, pub ScsiTarget: u16, pub ScsiLun: u16, pub dwMountCount: u32, pub LastCleanedTs: SYSTEMTIME, pub SavedPartitionId: GUID, pub Library: GUID, pub Reserved: GUID, pub dwDeferDismountDelay: u32,
}
Expand description

Required features: "Win32_Storage_FileSystem", "Win32_Foundation"

Fields

Number: u32State: NtmsDriveStateDriveType: GUIDszDeviceName: [CHAR; 64]szSerialNumber: [CHAR; 32]szRevision: [CHAR; 32]ScsiPort: u16ScsiBus: u16ScsiTarget: u16ScsiLun: u16dwMountCount: u32LastCleanedTs: SYSTEMTIMESavedPartitionId: GUIDLibrary: GUIDReserved: GUIDdwDeferDismountDelay: u32

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.