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_void
pub ss_flags: ::c_int
pub ss_size: ::size_t
Trait Implementations
impl Debug for stack_t
fn fmt(&Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Result
impl Hash for stack_t
fn hash<__H: $crate::hash::Hasher>(&Self, state: &mut __H) -> ()
impl StructuralEq for stack_t
impl StructuralPartialEq for stack_t
Auto Trait Implementations
impl RefUnwindSafe for stack_t
impl UnwindSafe for stack_t
Blanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T