#[repr(C)]pub struct VertexP2T2 {
pub x: f32,
pub y: f32,
pub s: f32,
pub t: f32,
}
Fields§
§x: f32
§y: f32
§s: f32
§t: f32
Trait Implementations§
Source§impl Clone for VertexP2T2
impl Clone for VertexP2T2
Source§fn clone(&self) -> VertexP2T2
fn clone(&self) -> VertexP2T2
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 VertexP2T2
impl Debug for VertexP2T2
Source§impl PartialEq for VertexP2T2
impl PartialEq for VertexP2T2
impl Copy for VertexP2T2
impl StructuralPartialEq for VertexP2T2
Auto Trait Implementations§
impl Freeze for VertexP2T2
impl RefUnwindSafe for VertexP2T2
impl Send for VertexP2T2
impl Sync for VertexP2T2
impl Unpin for VertexP2T2
impl UnwindSafe for VertexP2T2
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