Struct gemm_common::cache::CacheInfo
source · pub struct CacheInfo {
pub associativity: usize,
pub cache_bytes: usize,
pub cache_line_bytes: usize,
}
Fields§
§associativity: usize
§cache_bytes: usize
§cache_line_bytes: usize
Trait Implementations§
impl Copy for CacheInfo
Auto Trait Implementations§
impl RefUnwindSafe for CacheInfo
impl Send for CacheInfo
impl Sync for CacheInfo
impl Unpin for CacheInfo
impl UnwindSafe for CacheInfo
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