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