#[repr(C)]pub struct NTMS_PMIDINFORMATIONW {Show 14 fields
pub CurrentLibrary: Guid,
pub MediaPool: Guid,
pub Location: Guid,
pub LocationType: u32,
pub MediaType: Guid,
pub HomeSlot: Guid,
pub szBarCode: [u16; 64],
pub BarCodeState: NtmsBarCodeState,
pub szSequenceNumber: [u16; 32],
pub MediaState: NtmsMediaState,
pub dwNumberOfPartitions: u32,
pub dwMediaTypeCode: u32,
pub dwDensityCode: u32,
pub MountedPartition: Guid,
}Fields§
§CurrentLibrary: Guid§MediaPool: Guid§Location: Guid§LocationType: u32§MediaType: Guid§HomeSlot: Guid§szBarCode: [u16; 64]§BarCodeState: NtmsBarCodeState§szSequenceNumber: [u16; 32]§MediaState: NtmsMediaState§dwNumberOfPartitions: u32§dwMediaTypeCode: u32§dwDensityCode: u32§MountedPartition: GuidTrait Implementations§
Source§impl Abi for NTMS_PMIDINFORMATIONW
impl Abi for NTMS_PMIDINFORMATIONW
Source§type Abi = NTMS_PMIDINFORMATIONW
type Abi = NTMS_PMIDINFORMATIONW
The abi representation of the implementing type. Read more
type DefaultType = NTMS_PMIDINFORMATIONW
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_PMIDINFORMATIONW
impl Clone for NTMS_PMIDINFORMATIONW
Source§fn clone(&self) -> NTMS_PMIDINFORMATIONW
fn clone(&self) -> NTMS_PMIDINFORMATIONW
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_PMIDINFORMATIONW
Source§impl Debug for NTMS_PMIDINFORMATIONW
impl Debug for NTMS_PMIDINFORMATIONW
Source§impl Default for NTMS_PMIDINFORMATIONW
impl Default for NTMS_PMIDINFORMATIONW
impl Eq for NTMS_PMIDINFORMATIONW
Auto Trait Implementations§
impl Freeze for NTMS_PMIDINFORMATIONW
impl RefUnwindSafe for NTMS_PMIDINFORMATIONW
impl Send for NTMS_PMIDINFORMATIONW
impl Sync for NTMS_PMIDINFORMATIONW
impl Unpin for NTMS_PMIDINFORMATIONW
impl UnsafeUnpin for NTMS_PMIDINFORMATIONW
impl UnwindSafe for NTMS_PMIDINFORMATIONW
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