Struct linux_raw_sys::bootparam::apm_bios_info
source · #[repr(C)]pub struct apm_bios_info {
pub version: __u16,
pub cseg: __u16,
pub offset: __u32,
pub cseg_16: __u16,
pub dseg: __u16,
pub flags: __u16,
pub cseg_len: __u16,
pub cseg_16_len: __u16,
pub dseg_len: __u16,
}
Fields§
§version: __u16
§cseg: __u16
§offset: __u32
§cseg_16: __u16
§dseg: __u16
§flags: __u16
§cseg_len: __u16
§cseg_16_len: __u16
§dseg_len: __u16
Trait Implementations§
source§impl Clone for apm_bios_info
impl Clone for apm_bios_info
source§fn clone(&self) -> apm_bios_info
fn clone(&self) -> apm_bios_info
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 Debug for apm_bios_info
impl Debug for apm_bios_info
impl Copy for apm_bios_info
Auto Trait Implementations§
impl Freeze for apm_bios_info
impl RefUnwindSafe for apm_bios_info
impl Send for apm_bios_info
impl Sync for apm_bios_info
impl Unpin for apm_bios_info
impl UnwindSafe for apm_bios_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