#[repr(C)]pub struct mrb_jmpbuf {
pub impl_: jmp_buf,
}
Fields§
§impl_: jmp_buf
Trait Implementations§
Source§impl Clone for mrb_jmpbuf
impl Clone for mrb_jmpbuf
Source§fn clone(&self) -> mrb_jmpbuf
fn clone(&self) -> mrb_jmpbuf
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 mrb_jmpbuf
impl Debug for mrb_jmpbuf
impl Copy for mrb_jmpbuf
Auto Trait Implementations§
impl Freeze for mrb_jmpbuf
impl RefUnwindSafe for mrb_jmpbuf
impl Send for mrb_jmpbuf
impl Sync for mrb_jmpbuf
impl Unpin for mrb_jmpbuf
impl UnwindSafe for mrb_jmpbuf
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