#[repr(C)]pub struct __stack {
pub ss_sp: *mut c_void,
pub ss_flags: c_int,
pub ss_size: usize,
}Fields§
§ss_sp: *mut c_void§ss_flags: c_int§ss_size: usizeTrait Implementations§
impl Copy for __stack
Auto Trait Implementations§
impl Freeze for __stack
impl RefUnwindSafe for __stack
impl !Send for __stack
impl StoreCopy for __stack
impl !Sync for __stack
impl Unpin for __stack
impl UnwindSafe for __stack
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