#[repr(C)]pub struct cpuinfo_trace_cache {
pub uops: u32,
pub associativity: u32,
}
Fields§
§uops: u32
§associativity: u32
Trait Implementations§
Source§impl Clone for cpuinfo_trace_cache
impl Clone for cpuinfo_trace_cache
Source§fn clone(&self) -> cpuinfo_trace_cache
fn clone(&self) -> cpuinfo_trace_cache
Returns a copy 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 cpuinfo_trace_cache
impl Debug for cpuinfo_trace_cache
impl Copy for cpuinfo_trace_cache
Auto Trait Implementations§
impl Freeze for cpuinfo_trace_cache
impl RefUnwindSafe for cpuinfo_trace_cache
impl Send for cpuinfo_trace_cache
impl Sync for cpuinfo_trace_cache
impl Unpin for cpuinfo_trace_cache
impl UnwindSafe for cpuinfo_trace_cache
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