Struct udmp_parser::FloatingSaveArea32
source · #[repr(C)]pub struct FloatingSaveArea32 {
pub control_word: u32,
pub status_word: u32,
pub tag_word: u32,
pub error_offset: u32,
pub error_selector: u32,
pub data_offset: u32,
pub data_selector: u32,
pub register_area: [u8; 80],
pub cr0_npx_state: u32,
}
Fields§
§control_word: u32
§status_word: u32
§tag_word: u32
§error_offset: u32
§error_selector: u32
§data_offset: u32
§data_selector: u32
§register_area: [u8; 80]
§cr0_npx_state: u32
Trait Implementations§
source§impl Debug for FloatingSaveArea32
impl Debug for FloatingSaveArea32
source§impl Default for FloatingSaveArea32
impl Default for FloatingSaveArea32
source§impl PartialEq for FloatingSaveArea32
impl PartialEq for FloatingSaveArea32
source§fn eq(&self, other: &FloatingSaveArea32) -> bool
fn eq(&self, other: &FloatingSaveArea32) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for FloatingSaveArea32
Auto Trait Implementations§
impl Freeze for FloatingSaveArea32
impl RefUnwindSafe for FloatingSaveArea32
impl Send for FloatingSaveArea32
impl Sync for FloatingSaveArea32
impl Unpin for FloatingSaveArea32
impl UnwindSafe for FloatingSaveArea32
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