pub(super) struct WrappedCast {
pub(super) vector_size: Option<VectorSize>,
pub(super) src_scalar: Scalar,
pub(super) dst_scalar: Scalar,
}
Fields§
§vector_size: Option<VectorSize>
§src_scalar: Scalar
§dst_scalar: Scalar
Trait Implementations§
Source§impl Clone for WrappedCast
impl Clone for WrappedCast
Source§fn clone(&self) -> WrappedCast
fn clone(&self) -> WrappedCast
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 WrappedCast
impl Debug for WrappedCast
Source§impl Hash for WrappedCast
impl Hash for WrappedCast
Source§impl Ord for WrappedCast
impl Ord for WrappedCast
Source§fn cmp(&self, other: &WrappedCast) -> Ordering
fn cmp(&self, other: &WrappedCast) -> 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 WrappedCast
impl PartialEq for WrappedCast
Source§impl PartialOrd for WrappedCast
impl PartialOrd for WrappedCast
impl Copy for WrappedCast
impl Eq for WrappedCast
impl StructuralPartialEq for WrappedCast
Auto Trait Implementations§
impl Freeze for WrappedCast
impl RefUnwindSafe for WrappedCast
impl Send for WrappedCast
impl Sync for WrappedCast
impl Unpin for WrappedCast
impl UnwindSafe for WrappedCast
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.