#[repr(C)]pub struct sigjmp_buf { /* private fields */ }
Auto Trait Implementations§
impl Freeze for sigjmp_buf
impl RefUnwindSafe for sigjmp_buf
impl Send for sigjmp_buf
impl Sync for sigjmp_buf
impl Unpin for sigjmp_buf
impl UnwindSafe for sigjmp_buf
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