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