Struct sigaltstack
struct sigaltstack { ... }
Fields
ss_sp: *mut c_voidss_flags: c_intss_size: __kernel_size_t
Implementations
impl Clone for sigaltstack
fn clone(self: &Self) -> sigaltstack
impl Copy for sigaltstack
impl Debug for sigaltstack
fn fmt(self: &Self, f: &mut Formatter<'_>) -> Result
impl Freeze for sigaltstack
impl RefUnwindSafe for sigaltstack
impl Send for sigaltstack
impl Sync for sigaltstack
impl Unpin for sigaltstack
impl UnsafeUnpin for sigaltstack
impl UnwindSafe for sigaltstack
impl<T> Any for sigaltstack
fn type_id(self: &Self) -> TypeId
impl<T> Borrow for sigaltstack
fn borrow(self: &Self) -> &T
impl<T> BorrowMut for sigaltstack
fn borrow_mut(self: &mut Self) -> &mut T
impl<T> CloneToUninit for sigaltstack
unsafe fn clone_to_uninit(self: &Self, dest: *mut u8)
impl<T> From for sigaltstack
fn from(t: T) -> TReturns the argument unchanged.
impl<T, U> Into for sigaltstack
fn into(self: Self) -> UCalls
U::from(self).That is, this conversion is whatever the implementation of
[From]<T> for Uchooses to do.
impl<T, U> TryFrom for sigaltstack
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
impl<T, U> TryInto for sigaltstack
fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>