Struct x86_64::bootparam::edd_device_params
source · #[repr(C, packed(1))]pub struct edd_device_params {Show 18 fields
pub length: __u16,
pub info_flags: __u16,
pub num_default_cylinders: __u32,
pub num_default_heads: __u32,
pub sectors_per_track: __u32,
pub number_of_sectors: __u64,
pub bytes_per_sector: __u16,
pub dpte_ptr: __u32,
pub key: __u16,
pub device_path_info_length: __u8,
pub reserved2: __u8,
pub reserved3: __u16,
pub host_bus_type: [__u8; 4],
pub interface_type: [__u8; 8],
pub interface_path: edd_device_params__bindgen_ty_1,
pub device_path: edd_device_params__bindgen_ty_2,
pub reserved4: __u8,
pub checksum: __u8,
}
Fields§
§length: __u16
§info_flags: __u16
§num_default_cylinders: __u32
§num_default_heads: __u32
§sectors_per_track: __u32
§number_of_sectors: __u64
§bytes_per_sector: __u16
§dpte_ptr: __u32
§key: __u16
§device_path_info_length: __u8
§reserved2: __u8
§reserved3: __u16
§host_bus_type: [__u8; 4]
§interface_type: [__u8; 8]
§interface_path: edd_device_params__bindgen_ty_1
§device_path: edd_device_params__bindgen_ty_2
§reserved4: __u8
§checksum: __u8
Trait Implementations§
source§impl AsBytes for edd_device_paramswhere
__u16: AsBytes,
__u32: AsBytes,
__u64: AsBytes,
__u8: AsBytes,
[__u8; 4]: AsBytes,
[__u8; 8]: AsBytes,
edd_device_params__bindgen_ty_1: AsBytes,
edd_device_params__bindgen_ty_2: AsBytes,
impl AsBytes for edd_device_paramswhere
__u16: AsBytes,
__u32: AsBytes,
__u64: AsBytes,
__u8: AsBytes,
[__u8; 4]: AsBytes,
[__u8; 8]: AsBytes,
edd_device_params__bindgen_ty_1: AsBytes,
edd_device_params__bindgen_ty_2: AsBytes,
§fn as_bytes_mut(&mut self) -> &mut [u8] ⓘwhere
Self: FromBytes,
fn as_bytes_mut(&mut self) -> &mut [u8] ⓘwhere
Self: FromBytes,
Gets the bytes of this value mutably. Read more
§fn write_to_prefix(&self, bytes: &mut [u8]) -> Option<()>
fn write_to_prefix(&self, bytes: &mut [u8]) -> Option<()>
source§impl Clone for edd_device_params
impl Clone for edd_device_params
source§fn clone(&self) -> edd_device_params
fn clone(&self) -> edd_device_params
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for edd_device_params
impl Default for edd_device_params
source§impl FromBytes for edd_device_paramswhere
__u16: FromBytes,
__u32: FromBytes,
__u64: FromBytes,
__u8: FromBytes,
[__u8; 4]: FromBytes,
[__u8; 8]: FromBytes,
edd_device_params__bindgen_ty_1: FromBytes,
edd_device_params__bindgen_ty_2: FromBytes,
impl FromBytes for edd_device_paramswhere
__u16: FromBytes,
__u32: FromBytes,
__u64: FromBytes,
__u8: FromBytes,
[__u8; 4]: FromBytes,
[__u8; 8]: FromBytes,
edd_device_params__bindgen_ty_1: FromBytes,
edd_device_params__bindgen_ty_2: FromBytes,
§fn slice_from_prefix(bytes: &[u8], count: usize) -> Option<(&[Self], &[u8])>where
Self: Sized,
fn slice_from_prefix(bytes: &[u8], count: usize) -> Option<(&[Self], &[u8])>where
Self: Sized,
Interprets the prefix of the given
bytes
as a &[Self]
with length
equal to count
without copying. Read more§fn slice_from_suffix(bytes: &[u8], count: usize) -> Option<(&[u8], &[Self])>where
Self: Sized,
fn slice_from_suffix(bytes: &[u8], count: usize) -> Option<(&[u8], &[Self])>where
Self: Sized,
Interprets the suffix of the given
bytes
as a &[Self]
with length
equal to count
without copying. Read more§fn mut_slice_from_prefix(
bytes: &mut [u8],
count: usize
) -> Option<(&mut [Self], &mut [u8])>where
Self: Sized + AsBytes,
fn mut_slice_from_prefix(
bytes: &mut [u8],
count: usize
) -> Option<(&mut [Self], &mut [u8])>where
Self: Sized + AsBytes,
Interprets the prefix of the given
bytes
as a &mut [Self]
with length
equal to count
without copying. Read more§fn mut_slice_from_suffix(
bytes: &mut [u8],
count: usize
) -> Option<(&mut [u8], &mut [Self])>where
Self: Sized + AsBytes,
fn mut_slice_from_suffix(
bytes: &mut [u8],
count: usize
) -> Option<(&mut [u8], &mut [Self])>where
Self: Sized + AsBytes,
Interprets the suffix of the given
bytes
as a &mut [Self]
with length
equal to count
without copying. Read more§fn read_from_prefix(bytes: &[u8]) -> Option<Self>where
Self: Sized,
fn read_from_prefix(bytes: &[u8]) -> Option<Self>where
Self: Sized,
source§impl FromZeroes for edd_device_paramswhere
__u16: FromZeroes,
__u32: FromZeroes,
__u64: FromZeroes,
__u8: FromZeroes,
[__u8; 4]: FromZeroes,
[__u8; 8]: FromZeroes,
edd_device_params__bindgen_ty_1: FromZeroes,
edd_device_params__bindgen_ty_2: FromZeroes,
impl FromZeroes for edd_device_paramswhere
__u16: FromZeroes,
__u32: FromZeroes,
__u64: FromZeroes,
__u8: FromZeroes,
[__u8; 4]: FromZeroes,
[__u8; 8]: FromZeroes,
edd_device_params__bindgen_ty_1: FromZeroes,
edd_device_params__bindgen_ty_2: FromZeroes,
impl Copy for edd_device_params
Auto Trait Implementations§
impl RefUnwindSafe for edd_device_params
impl Send for edd_device_params
impl Sync for edd_device_params
impl Unpin for edd_device_params
impl UnwindSafe for edd_device_params
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
§impl<T> Downcast for Twhere
T: Any,
impl<T> Downcast for Twhere
T: Any,
§fn into_any(self: Box<T>) -> Box<dyn Any>
fn into_any(self: Box<T>) -> Box<dyn Any>
Convert
Box<dyn Trait>
(where Trait: Downcast
) to Box<dyn Any>
. Box<dyn Any>
can
then be further downcast
into Box<ConcreteType>
where ConcreteType
implements Trait
.§fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>
fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>
Convert
Rc<Trait>
(where Trait: Downcast
) to Rc<Any>
. Rc<Any>
can then be
further downcast
into Rc<ConcreteType>
where ConcreteType
implements Trait
.§fn as_any(&self) -> &(dyn Any + 'static)
fn as_any(&self) -> &(dyn Any + 'static)
Convert
&Trait
(where Trait: Downcast
) to &Any
. This is needed since Rust cannot
generate &Any
’s vtable from &Trait
’s.§fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)
fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)
Convert
&mut Trait
(where Trait: Downcast
) to &Any
. This is needed since Rust cannot
generate &mut Any
’s vtable from &mut Trait
’s.