#[repr(C)]pub struct rbs_location_range {
pub start_char: c_int,
pub start_byte: c_int,
pub end_char: c_int,
pub end_byte: c_int,
}Fields§
§start_char: c_int§start_byte: c_int§end_char: c_int§end_byte: c_intTrait Implementations§
Source§impl Clone for rbs_location_range
impl Clone for rbs_location_range
Source§fn clone(&self) -> rbs_location_range
fn clone(&self) -> rbs_location_range
Returns a duplicate 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 moreSource§impl Debug for rbs_location_range
impl Debug for rbs_location_range
impl Copy for rbs_location_range
Auto Trait Implementations§
impl Freeze for rbs_location_range
impl RefUnwindSafe for rbs_location_range
impl Send for rbs_location_range
impl Sync for rbs_location_range
impl Unpin for rbs_location_range
impl UnsafeUnpin for rbs_location_range
impl UnwindSafe for rbs_location_range
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more