[−][src]Struct genmesh::Line
Represents a line
Fields
x: T
the first point
y: T
The second point
Methods
impl<T> Line<T>
[src]
Trait Implementations
impl<T: Clone, U> MapVertex<T, U> for Line<T>
[src]
type Output = Line<U>
Output
should be a a container of the same shape of the type It's internal values should reflect any transformation the map did. Read more
fn map_vertex<F>(self, map: F) -> Line<U> where
F: FnMut(T) -> U,
[src]
F: FnMut(T) -> U,
impl<T: Copy> Copy for Line<T>
[src]
impl<T: Eq> Eq for Line<T>
[src]
impl<T: Clone> Clone for Line<T>
[src]
fn clone(&self) -> Line<T>
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl<T: PartialEq> PartialEq<Line<T>> for Line<T>
[src]
impl<T: Hash> Hash for Line<T>
[src]
fn hash<__HT: Hasher>(&self, state: &mut __HT)
[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
1.3.0[src]
H: Hasher,
Feeds a slice of this type into the given [Hasher
]. Read more
impl<T: Debug> Debug for Line<T>
[src]
Auto Trait Implementations
impl<T> Unpin for Line<T> where
T: Unpin,
T: Unpin,
impl<T> Sync for Line<T> where
T: Sync,
T: Sync,
impl<T> Send for Line<T> where
T: Send,
T: Send,
impl<T> UnwindSafe for Line<T> where
T: UnwindSafe,
T: UnwindSafe,
impl<T> RefUnwindSafe for Line<T> where
T: RefUnwindSafe,
T: RefUnwindSafe,
Blanket Implementations
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &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, 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.
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.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,