pub struct Metric32<M, G> { /* private fields */ }Expand description
A weighted f32 metric built from a measure and a normalization map.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<M, G> Freeze for Metric32<M, G>
impl<M, G> RefUnwindSafe for Metric32<M, G>where
M: RefUnwindSafe,
G: RefUnwindSafe,
impl<M, G> Send for Metric32<M, G>
impl<M, G> Sync for Metric32<M, G>
impl<M, G> Unpin for Metric32<M, G>
impl<M, G> UnsafeUnpin for Metric32<M, G>where
M: UnsafeUnpin,
G: UnsafeUnpin,
impl<M, G> UnwindSafe for Metric32<M, G>where
M: UnwindSafe,
G: UnwindSafe,
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