Struct nalgebra::base::coordinates::XYZ [−][src]
Data structure used to provide access to matrix and vector coordinates with the dot
notation, e.g., v.x is the same as v[0] for a vector.
Fields
x: Ny: Nz: NTrait Implementations
impl<N: Clone + Scalar> Clone for XYZ<N>[src]
impl<N: Copy + Scalar> Copy for XYZ<N>[src]
impl<N: Debug + Scalar> Debug for XYZ<N>[src]
impl<N: Eq + Scalar> Eq for XYZ<N>[src]
impl<N: Hash + Scalar> Hash for XYZ<N>[src]
fn hash<__H: Hasher>(&self, state: &mut __H)[src]
pub fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
H: Hasher,
impl<N: PartialEq + Scalar> PartialEq<XYZ<N>> for XYZ<N>[src]
impl<N: Scalar> StructuralEq for XYZ<N>[src]
impl<N: Scalar> StructuralPartialEq for XYZ<N>[src]
Auto Trait Implementations
impl<N> RefUnwindSafe for XYZ<N> where
N: RefUnwindSafe,
N: RefUnwindSafe,
impl<N> Send for XYZ<N> where
N: Send,
N: Send,
impl<N> Sync for XYZ<N> where
N: Sync,
N: Sync,
impl<N> Unpin for XYZ<N> where
N: Unpin,
N: Unpin,
impl<N> UnwindSafe for XYZ<N> where
N: UnwindSafe,
N: UnwindSafe,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> Same<T> for T[src]
type Output = T
Should always be Self
impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>, [src]
SS: SubsetOf<SP>,
pub fn to_subset(&self) -> Option<SS>[src]
pub fn is_in_subset(&self) -> bool[src]
pub fn to_subset_unchecked(&self) -> SS[src]
pub fn from_subset(element: &SS) -> SP[src]
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
pub fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<V, T> VZip<V> for T where
V: MultiLane<T>, [src]
V: MultiLane<T>,