pub struct ClipVert<A> {
pub pos: ClipVec,
pub attrib: A,
/* private fields */
}Expand description
A vertex in clip space.
Fields§
§pos: ClipVec§attrib: AImplementations§
Trait Implementations§
impl<A: Copy> Copy for ClipVert<A>
impl<A> StructuralPartialEq for ClipVert<A>
Auto Trait Implementations§
impl<A> Freeze for ClipVert<A>where
A: Freeze,
impl<A> RefUnwindSafe for ClipVert<A>where
A: RefUnwindSafe,
impl<A> Send for ClipVert<A>where
A: Send,
impl<A> Sync for ClipVert<A>where
A: Sync,
impl<A> Unpin for ClipVert<A>where
A: Unpin,
impl<A> UnwindSafe for ClipVert<A>where
A: 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