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