Struct rbspy_ruby_structs::ruby_2_6_1::rb_code_location_struct [−][src]
#[repr(C)]pub struct rb_code_location_struct { pub beg_pos: rb_code_position_t, pub end_pos: rb_code_position_t, }
Fields
beg_pos: rb_code_position_tend_pos: rb_code_position_tTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for rb_code_location_structimpl Send for rb_code_location_structimpl Sync for rb_code_location_structimpl Unpin for rb_code_location_structimpl UnwindSafe for rb_code_location_structBlanket Implementations
Mutably borrows from an owned value. Read more