#[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,
}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§
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 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