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