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