#[repr(C)]pub struct xen_mc_msrinject {
pub mcinj_cpunr: u32,
pub mcinj_flags: u32,
pub mcinj_count: u32,
pub mcinj_domid: domid_t,
pub _pad0: u16,
pub mcinj_msr: [xen_mcinfo_msr_t; 8],
}Fields§
§mcinj_cpunr: u32§mcinj_flags: u32§mcinj_count: u32§mcinj_domid: domid_t§_pad0: u16§mcinj_msr: [xen_mcinfo_msr_t; 8]Trait Implementations§
Source§impl Clone for xen_mc_msrinject
impl Clone for xen_mc_msrinject
Source§fn clone(&self) -> xen_mc_msrinject
fn clone(&self) -> xen_mc_msrinject
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_mc_msrinject
impl Debug for xen_mc_msrinject
Source§impl Default for xen_mc_msrinject
impl Default for xen_mc_msrinject
Source§fn default() -> xen_mc_msrinject
fn default() -> xen_mc_msrinject
Returns the “default value” for a type. Read more
impl Copy for xen_mc_msrinject
Auto Trait Implementations§
impl Freeze for xen_mc_msrinject
impl RefUnwindSafe for xen_mc_msrinject
impl Send for xen_mc_msrinject
impl Sync for xen_mc_msrinject
impl Unpin for xen_mc_msrinject
impl UnwindSafe for xen_mc_msrinject
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