Struct linux_syscalls::env::aux::RSeqFeatureSize
source · #[non_exhaustive]pub struct RSeqFeatureSize;Expand description
Rseq supported feature size (AT_RSEQ_FEATURE_SIZE).
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for RSeqFeatureSize
impl Send for RSeqFeatureSize
impl Sync for RSeqFeatureSize
impl Unpin for RSeqFeatureSize
impl UnwindSafe for RSeqFeatureSize
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