Struct linux_syscalls::env::aux::HardwareCapabilities2
source · #[non_exhaustive]pub struct HardwareCapabilities2;Expand description
Extension of AT_HWCAP (AT_HWCAP2).
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for HardwareCapabilities2
impl Send for HardwareCapabilities2
impl Sync for HardwareCapabilities2
impl Unpin for HardwareCapabilities2
impl UnwindSafe for HardwareCapabilities2
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