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