pub struct RangePos {
pub start: i64,
pub end: i64,
}Fields§
§start: i64§end: i64Implementations§
Trait Implementations§
impl Copy for RangePos
impl Eq for RangePos
Source§impl Ord for RangePos
impl Ord for RangePos
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for RangePos
impl PartialOrd for RangePos
impl StructuralPartialEq for RangePos
Auto Trait Implementations§
impl Freeze for RangePos
impl RefUnwindSafe for RangePos
impl Send for RangePos
impl Sync for RangePos
impl Unpin for RangePos
impl UnsafeUnpin for RangePos
impl UnwindSafe for RangePos
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