pub(super) struct WrappedUnaryOp {
pub(super) op: UnaryOperator,
pub(super) ty: (Option<VectorSize>, Scalar),
}
Fields§
§op: UnaryOperator
§ty: (Option<VectorSize>, Scalar)
Trait Implementations§
Source§impl Clone for WrappedUnaryOp
impl Clone for WrappedUnaryOp
Source§fn clone(&self) -> WrappedUnaryOp
fn clone(&self) -> WrappedUnaryOp
Returns a copy 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 WrappedUnaryOp
impl Debug for WrappedUnaryOp
Source§impl Hash for WrappedUnaryOp
impl Hash for WrappedUnaryOp
Source§impl Ord for WrappedUnaryOp
impl Ord for WrappedUnaryOp
Source§fn cmp(&self, other: &WrappedUnaryOp) -> Ordering
fn cmp(&self, other: &WrappedUnaryOp) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for WrappedUnaryOp
impl PartialEq for WrappedUnaryOp
Source§impl PartialOrd for WrappedUnaryOp
impl PartialOrd for WrappedUnaryOp
impl Copy for WrappedUnaryOp
impl Eq for WrappedUnaryOp
impl StructuralPartialEq for WrappedUnaryOp
Auto Trait Implementations§
impl Freeze for WrappedUnaryOp
impl RefUnwindSafe for WrappedUnaryOp
impl Send for WrappedUnaryOp
impl Sync for WrappedUnaryOp
impl Unpin for WrappedUnaryOp
impl UnwindSafe for WrappedUnaryOp
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.