Struct pytorch_cpuinfo::ffi::cpuinfo_trace_cache
source · [−]Fields
uops: u32
associativity: u32
Trait Implementations
sourceimpl Clone for cpuinfo_trace_cache
impl Clone for cpuinfo_trace_cache
sourcefn clone(&self) -> cpuinfo_trace_cache
fn clone(&self) -> cpuinfo_trace_cache
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for cpuinfo_trace_cache
impl Debug for cpuinfo_trace_cache
impl Copy for cpuinfo_trace_cache
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more