Struct rbspy_ruby_structs::ruby_3_0_1::rb_call_data [−][src]
#[repr(C)]pub struct rb_call_data {
pub _address: u8,
}
Fields
_address: u8
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for rb_call_data
impl Send for rb_call_data
impl Sync for rb_call_data
impl Unpin for rb_call_data
impl UnwindSafe for rb_call_data
Blanket Implementations
Mutably borrows from an owned value. Read more