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