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