pub struct TexcoordId<E: Element> { /* private fields */ }Implementations§
Source§impl<E: Element> TexcoordId<E>
impl<E: Element> TexcoordId<E>
Trait Implementations§
Source§impl<E: Element> Clone for TexcoordId<E>
impl<E: Element> Clone for TexcoordId<E>
Source§impl<E: Ord + Element> Ord for TexcoordId<E>
impl<E: Ord + Element> Ord for TexcoordId<E>
Source§fn cmp(&self, other: &TexcoordId<E>) -> Ordering
fn cmp(&self, other: &TexcoordId<E>) -> 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<E: PartialOrd + Element> PartialOrd for TexcoordId<E>
impl<E: PartialOrd + Element> PartialOrd for TexcoordId<E>
impl<E: Element> Copy for TexcoordId<E>
impl<E: Eq + Element> Eq for TexcoordId<E>
impl<E: Element> StructuralPartialEq for TexcoordId<E>
Auto Trait Implementations§
impl<E> Freeze for TexcoordId<E>
impl<E> RefUnwindSafe for TexcoordId<E>where
E: RefUnwindSafe,
impl<E> Send for TexcoordId<E>where
E: Send,
impl<E> Sync for TexcoordId<E>where
E: Sync,
impl<E> Unpin for TexcoordId<E>where
E: Unpin,
impl<E> UnwindSafe for TexcoordId<E>where
E: UnwindSafe,
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