Struct rbspy_ruby_structs::ruby_3_1_1::yjit_block_version
source · #[repr(C)]pub struct yjit_block_version {
pub _address: u8,
}
Fields§
§_address: u8
Trait Implementations§
source§impl Clone for yjit_block_version
impl Clone for yjit_block_version
source§fn clone(&self) -> yjit_block_version
fn clone(&self) -> yjit_block_version
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more