#[repr(C)]
pub struct NTMS_LIBRARYINFORMATION {
Show 23 fields pub LibraryType: NtmsLibraryType, pub CleanerSlot: GUID, pub CleanerSlotDefault: GUID, pub LibrarySupportsDriveCleaning: BOOL, pub BarCodeReaderInstalled: BOOL, pub InventoryMethod: NtmsInventoryMethod, pub dwCleanerUsesRemaining: u32, pub FirstDriveNumber: u32, pub dwNumberOfDrives: u32, pub FirstSlotNumber: u32, pub dwNumberOfSlots: u32, pub FirstDoorNumber: u32, pub dwNumberOfDoors: u32, pub FirstPortNumber: u32, pub dwNumberOfPorts: u32, pub FirstChangerNumber: u32, pub dwNumberOfChangers: u32, pub dwNumberOfMedia: u32, pub dwNumberOfMediaTypes: u32, pub dwNumberOfLibRequests: u32, pub Reserved: GUID, pub AutoRecovery: BOOL, pub dwFlags: NtmsLibraryFlags,
}
Expand description

Required features: "Win32_Storage_FileSystem", "Win32_Foundation"

Fields§

§LibraryType: NtmsLibraryType§CleanerSlot: GUID§CleanerSlotDefault: GUID§LibrarySupportsDriveCleaning: BOOL§BarCodeReaderInstalled: BOOL§InventoryMethod: NtmsInventoryMethod§dwCleanerUsesRemaining: u32§FirstDriveNumber: u32§dwNumberOfDrives: u32§FirstSlotNumber: u32§dwNumberOfSlots: u32§FirstDoorNumber: u32§dwNumberOfDoors: u32§FirstPortNumber: u32§dwNumberOfPorts: u32§FirstChangerNumber: u32§dwNumberOfChangers: u32§dwNumberOfMedia: u32§dwNumberOfMediaTypes: u32§dwNumberOfLibRequests: u32§Reserved: GUID§AutoRecovery: BOOL§dwFlags: NtmsLibraryFlags

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.