Struct windows::Wdk::System::SystemServices::CM_DISK_GEOMETRY_DEVICE_DATA
#[repr(C)]pub struct CM_DISK_GEOMETRY_DEVICE_DATA {
pub BytesPerSector: u32,
pub NumberOfCylinders: u32,
pub SectorsPerTrack: u32,
pub NumberOfHeads: u32,
}
Fields§
§BytesPerSector: u32
§NumberOfCylinders: u32
§SectorsPerTrack: u32
§NumberOfHeads: u32
Trait Implementations§
§impl Clone for CM_DISK_GEOMETRY_DEVICE_DATA
impl Clone for CM_DISK_GEOMETRY_DEVICE_DATA
§fn clone(&self) -> CM_DISK_GEOMETRY_DEVICE_DATA
fn clone(&self) -> CM_DISK_GEOMETRY_DEVICE_DATA
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for CM_DISK_GEOMETRY_DEVICE_DATA
impl Debug for CM_DISK_GEOMETRY_DEVICE_DATA
§impl Default for CM_DISK_GEOMETRY_DEVICE_DATA
impl Default for CM_DISK_GEOMETRY_DEVICE_DATA
§impl PartialEq for CM_DISK_GEOMETRY_DEVICE_DATA
impl PartialEq for CM_DISK_GEOMETRY_DEVICE_DATA
§fn eq(&self, other: &CM_DISK_GEOMETRY_DEVICE_DATA) -> bool
fn eq(&self, other: &CM_DISK_GEOMETRY_DEVICE_DATA) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for CM_DISK_GEOMETRY_DEVICE_DATA
impl Eq for CM_DISK_GEOMETRY_DEVICE_DATA
impl StructuralPartialEq for CM_DISK_GEOMETRY_DEVICE_DATA
Auto Trait Implementations§
impl Freeze for CM_DISK_GEOMETRY_DEVICE_DATA
impl RefUnwindSafe for CM_DISK_GEOMETRY_DEVICE_DATA
impl Send for CM_DISK_GEOMETRY_DEVICE_DATA
impl Sync for CM_DISK_GEOMETRY_DEVICE_DATA
impl Unpin for CM_DISK_GEOMETRY_DEVICE_DATA
impl UnwindSafe for CM_DISK_GEOMETRY_DEVICE_DATA
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)