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