#[repr(C)]pub struct __jmp_buf_tag {
pub __jmpbuf: __jmp_buf,
pub __mask_was_saved: c_int,
pub __saved_mask: __sigset_t,
}
Fields§
§__jmpbuf: __jmp_buf
§__mask_was_saved: c_int
§__saved_mask: __sigset_t
Trait Implementations§
Source§impl Clone for __jmp_buf_tag
impl Clone for __jmp_buf_tag
Source§fn clone(&self) -> __jmp_buf_tag
fn clone(&self) -> __jmp_buf_tag
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for __jmp_buf_tag
impl Debug for __jmp_buf_tag
impl Copy for __jmp_buf_tag
Auto Trait Implementations§
impl Freeze for __jmp_buf_tag
impl RefUnwindSafe for __jmp_buf_tag
impl Send for __jmp_buf_tag
impl Sync for __jmp_buf_tag
impl Unpin for __jmp_buf_tag
impl UnwindSafe for __jmp_buf_tag
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