#[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,
}Fields§
§Number: u32§State: NtmsDriveState§DriveType: Guid§szDeviceName: [CHAR; 64]§szSerialNumber: [CHAR; 32]§szRevision: [CHAR; 32]§ScsiPort: u16§ScsiBus: u16§ScsiTarget: u16§ScsiLun: u16§dwMountCount: u32§LastCleanedTs: SYSTEMTIME§SavedPartitionId: Guid§Library: Guid§Reserved: Guid§dwDeferDismountDelay: u32Trait Implementations§
Source§impl Abi for NTMS_DRIVEINFORMATIONA
impl Abi for NTMS_DRIVEINFORMATIONA
Source§type Abi = NTMS_DRIVEINFORMATIONA
type Abi = NTMS_DRIVEINFORMATIONA
The abi representation of the implementing type. Read more
type DefaultType = NTMS_DRIVEINFORMATIONA
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_DRIVEINFORMATIONA
impl Clone for NTMS_DRIVEINFORMATIONA
Source§fn clone(&self) -> NTMS_DRIVEINFORMATIONA
fn clone(&self) -> NTMS_DRIVEINFORMATIONA
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_DRIVEINFORMATIONA
Source§impl Debug for NTMS_DRIVEINFORMATIONA
impl Debug for NTMS_DRIVEINFORMATIONA
Source§impl Default for NTMS_DRIVEINFORMATIONA
impl Default for NTMS_DRIVEINFORMATIONA
impl Eq for NTMS_DRIVEINFORMATIONA
Auto Trait Implementations§
impl Freeze for NTMS_DRIVEINFORMATIONA
impl RefUnwindSafe for NTMS_DRIVEINFORMATIONA
impl Send for NTMS_DRIVEINFORMATIONA
impl Sync for NTMS_DRIVEINFORMATIONA
impl Unpin for NTMS_DRIVEINFORMATIONA
impl UnsafeUnpin for NTMS_DRIVEINFORMATIONA
impl UnwindSafe for NTMS_DRIVEINFORMATIONA
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