Struct nalgebra::Pnt0
[−]
[src]
pub struct Pnt0<N>(pub PhantomData<N>);
Point of dimension 0.
Methods
impl<N> Pnt0<N>[src]
Trait Implementations
impl<N: Copy> Copy for Pnt0<N>[src]
impl<N: Debug> Debug for Pnt0<N>[src]
impl<N: Clone> Clone for Pnt0<N>[src]
fn clone(&self) -> Pnt0<N>
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl<N: PartialEq> PartialEq for Pnt0<N>[src]
fn eq(&self, __arg_0: &Pnt0<N>) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &Pnt0<N>) -> bool
This method tests for !=.