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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for UnaryNaNPropagationResults
Source§impl Debug for UnaryNaNPropagationResults
impl Debug for UnaryNaNPropagationResults
Source§impl Default for UnaryNaNPropagationResults
impl Default for UnaryNaNPropagationResults
impl Eq for UnaryNaNPropagationResults
Source§impl Hash for UnaryNaNPropagationResults
impl Hash for UnaryNaNPropagationResults
Source§impl PartialEq for UnaryNaNPropagationResults
impl PartialEq for UnaryNaNPropagationResults
Source§fn eq(&self, other: &UnaryNaNPropagationResults) -> bool
fn eq(&self, other: &UnaryNaNPropagationResults) -> bool
Tests for
self and other values to be equal, and is used by ==.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 UnsafeUnpin 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