Struct linux_syscalls::env::aux::MinimalSignalStackSize
source · #[non_exhaustive]pub struct MinimalSignalStackSize;
Expand description
Minimal stack size for signal delivery (AT_MINSIGSTKSZ).
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for MinimalSignalStackSize
impl Send for MinimalSignalStackSize
impl Sync for MinimalSignalStackSize
impl Unpin for MinimalSignalStackSize
impl UnwindSafe for MinimalSignalStackSize
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