#[repr(C, packed(1))]struct EddInfo {
device: u8,
version: u8,
interface_support: u16,
legacy_max_cylinder: u16,
legacy_max_head: u8,
legacy_sectors_per_track: u8,
params: [u8; 74],
}Fields§
§device: u8§version: u8§interface_support: u16§legacy_max_cylinder: u16§legacy_max_head: u8§legacy_sectors_per_track: u8§params: [u8; 74]Auto Trait Implementations§
impl Freeze for EddInfo
impl RefUnwindSafe for EddInfo
impl Send for EddInfo
impl Sync for EddInfo
impl Unpin for EddInfo
impl UnwindSafe for EddInfo
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