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