Struct windows_sys::Win32::System::Ioctl::DEVICE_MEDIA_INFO_0_1
#[repr(C)]pub struct DEVICE_MEDIA_INFO_0_1 {
pub Cylinders: i64,
pub MediaType: STORAGE_MEDIA_TYPE,
pub TracksPerCylinder: u32,
pub SectorsPerTrack: u32,
pub BytesPerSector: u32,
pub NumberMediaSides: u32,
pub MediaCharacteristics: u32,
}
Expand description
Required features: "Win32_Storage_FileSystem"
Fields§
§Cylinders: i64
§MediaType: STORAGE_MEDIA_TYPE
§TracksPerCylinder: u32
§SectorsPerTrack: u32
§BytesPerSector: u32
§NumberMediaSides: u32
§MediaCharacteristics: u32
Trait Implementations§
§impl Clone for DEVICE_MEDIA_INFO_0_1
impl Clone for DEVICE_MEDIA_INFO_0_1
impl Copy for DEVICE_MEDIA_INFO_0_1
Auto Trait Implementations§
impl RefUnwindSafe for DEVICE_MEDIA_INFO_0_1
impl Send for DEVICE_MEDIA_INFO_0_1
impl Sync for DEVICE_MEDIA_INFO_0_1
impl Unpin for DEVICE_MEDIA_INFO_0_1
impl UnwindSafe for DEVICE_MEDIA_INFO_0_1
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