#[repr(C)]pub struct VertexP3T2 {
pub x: f32,
pub y: f32,
pub z: f32,
pub s: f32,
pub t: f32,
}Fields§
§x: f32§y: f32§z: f32§s: f32§t: f32Trait Implementations§
Source§impl Clone for VertexP3T2
impl Clone for VertexP3T2
Source§fn clone(&self) -> VertexP3T2
fn clone(&self) -> VertexP3T2
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for VertexP3T2
impl Debug for VertexP3T2
Source§impl PartialEq for VertexP3T2
impl PartialEq for VertexP3T2
impl Copy for VertexP3T2
impl StructuralPartialEq for VertexP3T2
Auto Trait Implementations§
impl Freeze for VertexP3T2
impl RefUnwindSafe for VertexP3T2
impl Send for VertexP3T2
impl Sync for VertexP3T2
impl Unpin for VertexP3T2
impl UnwindSafe for VertexP3T2
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