#[repr(C)]pub struct xc_cx_stat {
pub nr: u32,
pub last: u32,
pub idle_time: u64,
pub triggers: *mut u64,
pub residencies: *mut u64,
pub nr_pc: u32,
pub nr_cc: u32,
pub pc: *mut u64,
pub cc: *mut u64,
}Fields§
§nr: u32§last: u32§idle_time: u64§triggers: *mut u64§residencies: *mut u64§nr_pc: u32§nr_cc: u32§pc: *mut u64§cc: *mut u64Trait Implementations§
Source§impl Clone for xc_cx_stat
impl Clone for xc_cx_stat
Source§fn clone(&self) -> xc_cx_stat
fn clone(&self) -> xc_cx_stat
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 xc_cx_stat
impl Debug for xc_cx_stat
Source§impl Default for xc_cx_stat
impl Default for xc_cx_stat
impl Copy for xc_cx_stat
Auto Trait Implementations§
impl Freeze for xc_cx_stat
impl RefUnwindSafe for xc_cx_stat
impl !Send for xc_cx_stat
impl !Sync for xc_cx_stat
impl Unpin for xc_cx_stat
impl UnwindSafe for xc_cx_stat
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