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