#[repr(C)]pub struct xen_hvm_altp2m_vcpu_enable_notify {
pub vcpu_id: u32,
pub pad: u32,
pub gfn: u64,
}Fields§
§vcpu_id: u32§pad: u32§gfn: u64Trait Implementations§
Source§impl Clone for xen_hvm_altp2m_vcpu_enable_notify
impl Clone for xen_hvm_altp2m_vcpu_enable_notify
Source§fn clone(&self) -> xen_hvm_altp2m_vcpu_enable_notify
fn clone(&self) -> xen_hvm_altp2m_vcpu_enable_notify
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for xen_hvm_altp2m_vcpu_enable_notify
impl Default for xen_hvm_altp2m_vcpu_enable_notify
Source§fn default() -> xen_hvm_altp2m_vcpu_enable_notify
fn default() -> xen_hvm_altp2m_vcpu_enable_notify
Returns the “default value” for a type. Read more
impl Copy for xen_hvm_altp2m_vcpu_enable_notify
Auto Trait Implementations§
impl Freeze for xen_hvm_altp2m_vcpu_enable_notify
impl RefUnwindSafe for xen_hvm_altp2m_vcpu_enable_notify
impl Send for xen_hvm_altp2m_vcpu_enable_notify
impl Sync for xen_hvm_altp2m_vcpu_enable_notify
impl Unpin for xen_hvm_altp2m_vcpu_enable_notify
impl UnwindSafe for xen_hvm_altp2m_vcpu_enable_notify
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