Struct linux_syscalls::env::aux::L1DCacheGeometry
source · #[non_exhaustive]pub struct L1DCacheGeometry;Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for L1DCacheGeometry
impl Send for L1DCacheGeometry
impl Sync for L1DCacheGeometry
impl Unpin for L1DCacheGeometry
impl UnwindSafe for L1DCacheGeometry
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