Struct rbspy_ruby_structs::ruby_2_7_2::rb_method_definition_struct [−][src]
#[repr(C)]pub struct rb_method_definition_struct {
pub _bitfield_align_1: [u32; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 8]>,
pub body: rb_method_definition_struct__bindgen_ty_1,
pub original_id: ID,
pub method_serial: usize,
}
Fields
_bitfield_align_1: [u32; 0]
_bitfield_1: __BindgenBitfieldUnit<[u8; 8]>
body: rb_method_definition_struct__bindgen_ty_1
original_id: ID
method_serial: usize
Implementations
pub fn new_bitfield_1(
type_: rb_method_type_t,
alias_count: c_int,
complemented_count: c_int
) -> __BindgenBitfieldUnit<[u8; 8]>
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for rb_method_definition_struct
impl !Send for rb_method_definition_struct
impl !Sync for rb_method_definition_struct
impl Unpin for rb_method_definition_struct
impl UnwindSafe for rb_method_definition_struct
Blanket Implementations
Mutably borrows from an owned value. Read more