pub enum UnaryNaNPropagationResults {
Canonical,
First,
}
Expand description
results of NaN propagation for unary operation
Variants§
Trait Implementations§
Source§impl Clone for UnaryNaNPropagationResults
impl Clone for UnaryNaNPropagationResults
Source§fn clone(&self) -> UnaryNaNPropagationResults
fn clone(&self) -> UnaryNaNPropagationResults
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for UnaryNaNPropagationResults
impl Debug for UnaryNaNPropagationResults
Source§impl Default for UnaryNaNPropagationResults
impl Default for UnaryNaNPropagationResults
Source§impl Hash for UnaryNaNPropagationResults
impl Hash for UnaryNaNPropagationResults
impl Copy for UnaryNaNPropagationResults
impl Eq for UnaryNaNPropagationResults
impl StructuralPartialEq for UnaryNaNPropagationResults
Auto Trait Implementations§
impl Freeze for UnaryNaNPropagationResults
impl RefUnwindSafe for UnaryNaNPropagationResults
impl Send for UnaryNaNPropagationResults
impl Sync for UnaryNaNPropagationResults
impl Unpin for UnaryNaNPropagationResults
impl UnwindSafe for UnaryNaNPropagationResults
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