#[repr(C)]pub struct mcinfo_extended {
pub common: xen_mcinfo_common_t,
pub mc_msrs: u32,
pub mc_msr: [xen_mcinfo_msr_t; 32],
}Fields§
§common: xen_mcinfo_common_t§mc_msrs: u32§mc_msr: [xen_mcinfo_msr_t; 32]Trait Implementations§
Source§impl Clone for mcinfo_extended
impl Clone for mcinfo_extended
Source§fn clone(&self) -> mcinfo_extended
fn clone(&self) -> mcinfo_extended
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_extended
impl Debug for mcinfo_extended
Source§impl Default for mcinfo_extended
impl Default for mcinfo_extended
Source§fn default() -> mcinfo_extended
fn default() -> mcinfo_extended
Returns the “default value” for a type. Read more
impl Copy for mcinfo_extended
Auto Trait Implementations§
impl Freeze for mcinfo_extended
impl RefUnwindSafe for mcinfo_extended
impl Send for mcinfo_extended
impl Sync for mcinfo_extended
impl Unpin for mcinfo_extended
impl UnwindSafe for mcinfo_extended
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