Struct linux_boot_params::ApmBiosInfo
source · #[repr(C, packed(1))]pub struct ApmBiosInfo {
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 ApmBiosInfo
impl Clone for ApmBiosInfo
source§fn clone(&self) -> ApmBiosInfo
fn clone(&self) -> ApmBiosInfo
Returns a copy of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more