Struct solstice_2d::LineVertex [−][src]
Fields
position: [f32; 3]width: f32color: [f32; 4]Trait Implementations
impl Clone for LineVertex[src]
impl Clone for LineVertex[src]fn clone(&self) -> LineVertex[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for LineVertex[src]
impl Copy for LineVertex[src]impl Default for LineVertex[src]
impl Default for LineVertex[src]impl Pod for LineVertex[src]
impl Pod for LineVertex[src]impl Vertex for LineVertex[src]
impl Vertex for LineVertex[src]impl Zeroable for LineVertex[src]
impl Zeroable for LineVertex[src]Auto Trait Implementations
impl RefUnwindSafe for LineVertex
impl RefUnwindSafe for LineVerteximpl Send for LineVertex
impl Send for LineVerteximpl Sync for LineVertex
impl Sync for LineVerteximpl Unpin for LineVertex
impl Unpin for LineVerteximpl UnwindSafe for LineVertex
impl UnwindSafe for LineVertexBlanket Implementations
impl<T> Same<T> for T
impl<T> Same<T> for Ttype Output = T
Should always be Self
impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>,
impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>, pub fn to_subset(&self) -> Option<SS>
pub fn is_in_subset(&self) -> bool
pub fn to_subset_unchecked(&self) -> SS
pub fn from_subset(element: &SS) -> SP
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,