#[repr(C)]pub struct mcinfo_bank {
pub common: xen_mcinfo_common_t,
pub mc_bank: u16,
pub mc_domid: u16,
pub mc_status: u64,
pub mc_addr: u64,
pub mc_misc: u64,
pub mc_ctrl2: u64,
pub mc_tsc: u64,
}Fields§
§common: xen_mcinfo_common_t§mc_bank: u16§mc_domid: u16§mc_status: u64§mc_addr: u64§mc_misc: u64§mc_ctrl2: u64§mc_tsc: u64Trait Implementations§
Source§impl Clone for mcinfo_bank
impl Clone for mcinfo_bank
Source§fn clone(&self) -> mcinfo_bank
fn clone(&self) -> mcinfo_bank
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_bank
impl Debug for mcinfo_bank
Source§impl Default for mcinfo_bank
impl Default for mcinfo_bank
Source§fn default() -> mcinfo_bank
fn default() -> mcinfo_bank
Returns the “default value” for a type. Read more
impl Copy for mcinfo_bank
Auto Trait Implementations§
impl Freeze for mcinfo_bank
impl RefUnwindSafe for mcinfo_bank
impl Send for mcinfo_bank
impl Sync for mcinfo_bank
impl Unpin for mcinfo_bank
impl UnwindSafe for mcinfo_bank
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