struct GhcbCall {
extra_data: u64,
page_number: u64,
info: GhcbInfo,
}Fields§
§extra_data: u64§page_number: u64§info: GhcbInfoAuto Trait Implementations§
impl Freeze for GhcbCall
impl RefUnwindSafe for GhcbCall
impl Send for GhcbCall
impl Sync for GhcbCall
impl Unpin for GhcbCall
impl UnsafeUnpin for GhcbCall
impl UnwindSafe for GhcbCall
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