Struct windows_sys::Win32::System::Ioctl::DEVICE_MEDIA_INFO_0_0
[−]#[repr(C)]pub struct DEVICE_MEDIA_INFO_0_0 {
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_System_Ioctl"
, "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_0
impl Clone for DEVICE_MEDIA_INFO_0_0
impl Copy for DEVICE_MEDIA_INFO_0_0
Auto Trait Implementations
impl RefUnwindSafe for DEVICE_MEDIA_INFO_0_0
impl Send for DEVICE_MEDIA_INFO_0_0
impl Sync for DEVICE_MEDIA_INFO_0_0
impl Unpin for DEVICE_MEDIA_INFO_0_0
impl UnwindSafe for DEVICE_MEDIA_INFO_0_0
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more