Struct linux_syscalls::env::aux::L2CacheSize
source · #[non_exhaustive]pub struct L2CacheSize;Expand description
The L2 cache size (AT_L2_CACHESIZE).
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for L2CacheSize
impl Send for L2CacheSize
impl Sync for L2CacheSize
impl Unpin for L2CacheSize
impl UnwindSafe for L2CacheSize
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