Struct rbspy_ruby_structs::ruby_2_2_9::rb_call_info_struct [−][src]
Fields
mid: IDflag: c_uintorig_argc: c_intblockiseq: *mut rb_iseq_tkw_arg: *mut rb_call_info_kw_arg_tmethod_state: rb_serial_tclass_serial: rb_serial_tklass: VALUEme: *const rb_method_entry_tdefined_class: VALUEblockptr: *mut rb_block_structrecv: VALUEargc: c_intaux: rb_call_info_struct__bindgen_ty_1call: Option<unsafe extern "C" fn(th: *mut rb_thread_struct, cfp: *mut rb_control_frame_struct, ci: *mut rb_call_info_struct) -> VALUE>Trait Implementations
impl Clone for rb_call_info_struct[src]
fn clone(&self) -> rb_call_info_struct[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for rb_call_info_struct[src]
impl Debug for rb_call_info_struct[src]
Auto Trait Implementations
impl RefUnwindSafe for rb_call_info_struct
impl !Send for rb_call_info_struct
impl !Sync for rb_call_info_struct
impl Unpin for rb_call_info_struct
impl UnwindSafe for rb_call_info_struct
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,