#[repr(C)]pub struct MTRRVar {
pub base: u64,
pub mask: u64,
}Fields§
§base: u64§mask: u64Trait Implementations§
Auto Trait Implementations§
impl Freeze for MTRRVar
impl RefUnwindSafe for MTRRVar
impl Send for MTRRVar
impl Sync for MTRRVar
impl Unpin for MTRRVar
impl UnwindSafe for MTRRVar
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