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