#[repr(C)]pub struct xen_dm_op_inject_event {
pub vcpuid: u32,
pub vector: u8,
pub type_: u8,
pub insn_len: u8,
pub pad0: u8,
pub error_code: u32,
pub pad1: u32,
pub cr2: u64,
}Fields§
§vcpuid: u32§vector: u8§type_: u8§insn_len: u8§pad0: u8§error_code: u32§pad1: u32§cr2: u64Trait Implementations§
Source§impl Clone for xen_dm_op_inject_event
impl Clone for xen_dm_op_inject_event
Source§fn clone(&self) -> xen_dm_op_inject_event
fn clone(&self) -> xen_dm_op_inject_event
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 Debug for xen_dm_op_inject_event
impl Debug for xen_dm_op_inject_event
Source§impl Default for xen_dm_op_inject_event
impl Default for xen_dm_op_inject_event
Source§fn default() -> xen_dm_op_inject_event
fn default() -> xen_dm_op_inject_event
Returns the “default value” for a type. Read more
impl Copy for xen_dm_op_inject_event
Auto Trait Implementations§
impl Freeze for xen_dm_op_inject_event
impl RefUnwindSafe for xen_dm_op_inject_event
impl Send for xen_dm_op_inject_event
impl Sync for xen_dm_op_inject_event
impl Unpin for xen_dm_op_inject_event
impl UnwindSafe for xen_dm_op_inject_event
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