#[repr(C, packed(2))]pub struct DosEnvec {Show 20 fields
pub de_TableSize: ULONG,
pub de_SizeBlock: ULONG,
pub de_SecOrg: ULONG,
pub de_Surfaces: ULONG,
pub de_SectorPerBlock: ULONG,
pub de_BlocksPerTrack: ULONG,
pub de_Reserved: ULONG,
pub de_PreAlloc: ULONG,
pub de_Interleave: ULONG,
pub de_LowCyl: ULONG,
pub de_HighCyl: ULONG,
pub de_NumBuffers: ULONG,
pub de_BufMemType: ULONG,
pub de_MaxTransfer: ULONG,
pub de_Mask: ULONG,
pub de_BootPri: LONG,
pub de_DosType: ULONG,
pub de_Baud: ULONG,
pub de_Control: ULONG,
pub de_BootBlocks: ULONG,
}Fields§
§de_TableSize: ULONG§de_SizeBlock: ULONG§de_SecOrg: ULONG§de_Surfaces: ULONG§de_SectorPerBlock: ULONG§de_BlocksPerTrack: ULONG§de_Reserved: ULONG§de_PreAlloc: ULONG§de_Interleave: ULONG§de_LowCyl: ULONG§de_HighCyl: ULONG§de_NumBuffers: ULONG§de_BufMemType: ULONG§de_MaxTransfer: ULONG§de_Mask: ULONG§de_BootPri: LONG§de_DosType: ULONG§de_Baud: ULONG§de_Control: ULONG§de_BootBlocks: ULONGTrait Implementations§
Auto Trait Implementations§
impl Freeze for DosEnvec
impl RefUnwindSafe for DosEnvec
impl Send for DosEnvec
impl Sync for DosEnvec
impl Unpin for DosEnvec
impl UnwindSafe for DosEnvec
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