Struct tss_esapi_sys::sigstack
source · #[repr(C)]pub struct sigstack {
pub ss_sp: *mut c_char,
pub ss_onstack: c_int,
}
Fields§
§ss_sp: *mut c_char
§ss_onstack: c_int
Trait Implementations§
impl Copy for sigstack
Auto Trait Implementations§
impl RefUnwindSafe for sigstack
impl !Send for sigstack
impl !Sync for sigstack
impl Unpin for sigstack
impl UnwindSafe for sigstack
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