#[repr(C)]pub struct X86Mmr {
pub selector: u64,
pub base: u64,
pub limit: u32,
pub flags: u32,
}
Fields§
§selector: u64
§base: u64
§limit: u32
§flags: u32
Trait Implementations§
impl Copy for X86Mmr
impl StructuralPartialEq for X86Mmr
Auto Trait Implementations§
impl Freeze for X86Mmr
impl RefUnwindSafe for X86Mmr
impl Send for X86Mmr
impl Sync for X86Mmr
impl Unpin for X86Mmr
impl UnwindSafe for X86Mmr
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