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