#[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 · 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 ApmBiosInfo
impl Debug for ApmBiosInfo
impl Copy for ApmBiosInfo
Auto Trait Implementations§
impl Freeze for ApmBiosInfo
impl RefUnwindSafe for ApmBiosInfo
impl Send for ApmBiosInfo
impl Sync for ApmBiosInfo
impl Unpin for ApmBiosInfo
impl UnwindSafe for ApmBiosInfo
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)