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