pub struct VmEventSharing {
pub gfn: u64,
pub p2mt: u32,
}
Fields§
§gfn: u64
§p2mt: u32
Trait Implementations§
Source§impl Debug for VmEventSharing
impl Debug for VmEventSharing
Source§impl From<VmEventSharing> for vm_event_sharing
impl From<VmEventSharing> for vm_event_sharing
Source§fn from(value: VmEventSharing) -> Self
fn from(value: VmEventSharing) -> Self
Converts to this type from the input type.
Source§impl From<vm_event_sharing> for VmEventSharing
impl From<vm_event_sharing> for VmEventSharing
Source§fn from(value: vm_event_sharing) -> Self
fn from(value: vm_event_sharing) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for VmEventSharing
impl RefUnwindSafe for VmEventSharing
impl Send for VmEventSharing
impl Sync for VmEventSharing
impl Unpin for VmEventSharing
impl UnwindSafe for VmEventSharing
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