#[repr(C, packed(1))]pub struct edd_info {
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: edd_device_params,
}Available on x86 or x86-64 only.
Expand description
From include/uapi/linux/edd.h
Fields§
§device: u8§version: u8§interface_support: u16§legacy_max_cylinder: u16§legacy_max_head: u8§legacy_sectors_per_track: u8§params: edd_device_paramsTrait Implementations§
impl Copy for edd_info
impl StructuralPartialEq for edd_info
Auto Trait Implementations§
impl Freeze for edd_info
impl RefUnwindSafe for edd_info
impl Send for edd_info
impl Sync for edd_info
impl Unpin for edd_info
impl UnsafeUnpin for edd_info
impl UnwindSafe for edd_info
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