Struct linux_syscalls::env::aux::L3CacheGeometry
source · #[non_exhaustive]pub struct L3CacheGeometry;Expand description
Geometry of the L3 cache, encoded as for AT_L1D_CACHEGEOMETRY (AT_L3_CACHEGEOMETRY).
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for L3CacheGeometry
impl Send for L3CacheGeometry
impl Sync for L3CacheGeometry
impl Unpin for L3CacheGeometry
impl UnwindSafe for L3CacheGeometry
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