#[repr(C, packed(1))]pub struct EddInfo {
pub device: u8,
pub version: u8,
pub interface_support: u16,
pub legacy_max_cylinder: u16,
pub legacy_max_head: u8,
pub legacy_sectors_per_track: u8,
pub params: EddDeviceParams,
}
Fields§
§device: u8
§version: u8
§interface_support: u16
§legacy_max_cylinder: u16
§legacy_max_head: u8
§legacy_sectors_per_track: u8
§params: EddDeviceParams
Trait Implementations§
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
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
)