Struct windows::Wdk::System::SystemServices::CM_FLOPPY_DEVICE_DATA
#[repr(C)]pub struct CM_FLOPPY_DEVICE_DATA {Show 18 fields
pub Version: u16,
pub Revision: u16,
pub Size: [i8; 8],
pub MaxDensity: u32,
pub MountDensity: u32,
pub StepRateHeadUnloadTime: u8,
pub HeadLoadTime: u8,
pub MotorOffTime: u8,
pub SectorLengthCode: u8,
pub SectorPerTrack: u8,
pub ReadWriteGapLength: u8,
pub DataTransferLength: u8,
pub FormatGapLength: u8,
pub FormatFillCharacter: u8,
pub HeadSettleTime: u8,
pub MotorSettleTime: u8,
pub MaximumTrackValue: u8,
pub DataTransferRate: u8,
}
Fields§
§Version: u16
§Revision: u16
§Size: [i8; 8]
§MaxDensity: u32
§MountDensity: u32
§StepRateHeadUnloadTime: u8
§HeadLoadTime: u8
§MotorOffTime: u8
§SectorLengthCode: u8
§SectorPerTrack: u8
§ReadWriteGapLength: u8
§DataTransferLength: u8
§FormatGapLength: u8
§FormatFillCharacter: u8
§HeadSettleTime: u8
§MotorSettleTime: u8
§MaximumTrackValue: u8
§DataTransferRate: u8
Trait Implementations§
§impl Clone for CM_FLOPPY_DEVICE_DATA
impl Clone for CM_FLOPPY_DEVICE_DATA
§fn clone(&self) -> CM_FLOPPY_DEVICE_DATA
fn clone(&self) -> CM_FLOPPY_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_FLOPPY_DEVICE_DATA
impl Debug for CM_FLOPPY_DEVICE_DATA
§impl Default for CM_FLOPPY_DEVICE_DATA
impl Default for CM_FLOPPY_DEVICE_DATA
§impl PartialEq for CM_FLOPPY_DEVICE_DATA
impl PartialEq for CM_FLOPPY_DEVICE_DATA
§fn eq(&self, other: &CM_FLOPPY_DEVICE_DATA) -> bool
fn eq(&self, other: &CM_FLOPPY_DEVICE_DATA) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for CM_FLOPPY_DEVICE_DATA
impl Eq for CM_FLOPPY_DEVICE_DATA
impl StructuralPartialEq for CM_FLOPPY_DEVICE_DATA
Auto Trait Implementations§
impl Freeze for CM_FLOPPY_DEVICE_DATA
impl RefUnwindSafe for CM_FLOPPY_DEVICE_DATA
impl Send for CM_FLOPPY_DEVICE_DATA
impl Sync for CM_FLOPPY_DEVICE_DATA
impl Unpin for CM_FLOPPY_DEVICE_DATA
impl UnwindSafe for CM_FLOPPY_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
)