Struct re_int_histogram::RangeI64
source · pub struct RangeI64 {
pub min: i64,
pub max: i64,
}
Expand description
An inclusive range.
Fields§
§min: i64
inclusive
max: i64
inclusive
Implementations§
Trait Implementations§
source§impl PartialEq for RangeI64
impl PartialEq for RangeI64
impl Copy for RangeI64
impl Eq for RangeI64
impl StructuralPartialEq for RangeI64
Auto Trait Implementations§
impl Freeze for RangeI64
impl RefUnwindSafe for RangeI64
impl Send for RangeI64
impl Sync for RangeI64
impl Unpin for RangeI64
impl UnwindSafe for RangeI64
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