pub struct NormalizedEval32<M, G> { /* private fields */ }Expand description
An f32 evaluator that measures a context and normalizes the result.
Implementations§
Source§impl<M, G> NormalizedEval32<M, G>
impl<M, G> NormalizedEval32<M, G>
Trait Implementations§
Auto Trait Implementations§
impl<M, G> Freeze for NormalizedEval32<M, G>
impl<M, G> RefUnwindSafe for NormalizedEval32<M, G>where
M: RefUnwindSafe,
G: RefUnwindSafe,
impl<M, G> Send for NormalizedEval32<M, G>
impl<M, G> Sync for NormalizedEval32<M, G>
impl<M, G> Unpin for NormalizedEval32<M, G>
impl<M, G> UnsafeUnpin for NormalizedEval32<M, G>where
M: UnsafeUnpin,
G: UnsafeUnpin,
impl<M, G> UnwindSafe for NormalizedEval32<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