Struct win_sys::FileSystem::NTMS_MEDIATYPEINFORMATION [−][src]
#[repr(C)]pub struct NTMS_MEDIATYPEINFORMATION {
pub MediaType: u32,
pub NumberOfSides: u32,
pub ReadWriteCharacteristics: NtmsReadWriteCharacteristics,
pub DeviceType: FILE_DEVICE_TYPE,
}Expand description
Required features: Win32_Storage_FileSystem
Fields
MediaType: u32NumberOfSides: u32ReadWriteCharacteristics: NtmsReadWriteCharacteristicsDeviceType: FILE_DEVICE_TYPETrait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for NTMS_MEDIATYPEINFORMATION
impl Send for NTMS_MEDIATYPEINFORMATION
impl Sync for NTMS_MEDIATYPEINFORMATION
impl Unpin for NTMS_MEDIATYPEINFORMATION
impl UnwindSafe for NTMS_MEDIATYPEINFORMATION
Blanket Implementations
Mutably borrows from an owned value. Read more