#[repr(C)]pub struct NTMS_I1_LIBRARYINFORMATION {Show 21 fields
pub LibraryType: u32,
pub CleanerSlot: Guid,
pub CleanerSlotDefault: Guid,
pub LibrarySupportsDriveCleaning: BOOL,
pub BarCodeReaderInstalled: BOOL,
pub InventoryMethod: u32,
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,
}Fields§
§LibraryType: u32§CleanerSlot: Guid§CleanerSlotDefault: Guid§LibrarySupportsDriveCleaning: BOOL§BarCodeReaderInstalled: BOOL§InventoryMethod: u32§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: GuidTrait Implementations§
Source§impl Abi for NTMS_I1_LIBRARYINFORMATION
impl Abi for NTMS_I1_LIBRARYINFORMATION
Source§type Abi = NTMS_I1_LIBRARYINFORMATION
type Abi = NTMS_I1_LIBRARYINFORMATION
The abi representation of the implementing type. Read more
type DefaultType = NTMS_I1_LIBRARYINFORMATION
Source§fn ok(value: &Self::DefaultType) -> Result<Self, Error>
fn ok(value: &Self::DefaultType) -> Result<Self, Error>
Converts from
Self::DefaultType to Result<T>.Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl Clone for NTMS_I1_LIBRARYINFORMATION
impl Clone for NTMS_I1_LIBRARYINFORMATION
Source§fn clone(&self) -> NTMS_I1_LIBRARYINFORMATION
fn clone(&self) -> NTMS_I1_LIBRARYINFORMATION
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for NTMS_I1_LIBRARYINFORMATION
Source§impl Debug for NTMS_I1_LIBRARYINFORMATION
impl Debug for NTMS_I1_LIBRARYINFORMATION
Source§impl Default for NTMS_I1_LIBRARYINFORMATION
impl Default for NTMS_I1_LIBRARYINFORMATION
impl Eq for NTMS_I1_LIBRARYINFORMATION
Auto Trait Implementations§
impl Freeze for NTMS_I1_LIBRARYINFORMATION
impl RefUnwindSafe for NTMS_I1_LIBRARYINFORMATION
impl Send for NTMS_I1_LIBRARYINFORMATION
impl Sync for NTMS_I1_LIBRARYINFORMATION
impl Unpin for NTMS_I1_LIBRARYINFORMATION
impl UnsafeUnpin for NTMS_I1_LIBRARYINFORMATION
impl UnwindSafe for NTMS_I1_LIBRARYINFORMATION
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more