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