#[repr(C)]pub struct mcinfo_global {
pub common: xen_mcinfo_common_t,
pub mc_domid: u16,
pub mc_vcpuid: u16,
pub mc_socketid: u32,
pub mc_coreid: u16,
pub mc_core_threadid: u16,
pub mc_apicid: u32,
pub mc_flags: u32,
pub mc_gstatus: u64,
}Fields§
§common: xen_mcinfo_common_t§mc_domid: u16§mc_vcpuid: u16§mc_socketid: u32§mc_coreid: u16§mc_core_threadid: u16§mc_apicid: u32§mc_flags: u32§mc_gstatus: u64Trait Implementations§
Source§impl Clone for mcinfo_global
impl Clone for mcinfo_global
Source§fn clone(&self) -> mcinfo_global
fn clone(&self) -> mcinfo_global
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 mcinfo_global
impl Debug for mcinfo_global
Source§impl Default for mcinfo_global
impl Default for mcinfo_global
Source§fn default() -> mcinfo_global
fn default() -> mcinfo_global
Returns the “default value” for a type. Read more
impl Copy for mcinfo_global
Auto Trait Implementations§
impl Freeze for mcinfo_global
impl RefUnwindSafe for mcinfo_global
impl Send for mcinfo_global
impl Sync for mcinfo_global
impl Unpin for mcinfo_global
impl UnwindSafe for mcinfo_global
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