Struct libc::stack_t
#[repr(C)]
pub struct stack_t {
pub ss_sp: *mut ::c_void,
pub ss_flags: ::c_int,
pub ss_size: ::size_t,
}Fields
pub ss_sp: *mut ::c_voidpub ss_flags: ::c_intpub ss_size: ::size_tTrait Implementations
impl Debug for stack_t
fn fmt(&Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Resultimpl Hash for stack_t
fn hash<__H: $crate::hash::Hasher>(&Self, state: &mut __H) -> ()impl StructuralEq for stack_timpl StructuralPartialEq for stack_tAuto Trait Implementations
impl RefUnwindSafe for stack_timpl UnwindSafe for stack_tBlanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T