Struct classicube_sys::VertexTextured
source · #[repr(C)]pub struct VertexTextured {
pub x: f32,
pub y: f32,
pub z: f32,
pub Col: PackedCol,
pub U: f32,
pub V: f32,
}
Fields§
§x: f32
§y: f32
§z: f32
§Col: PackedCol
§U: f32
§V: f32
Trait Implementations§
source§impl Clone for VertexTextured
impl Clone for VertexTextured
source§fn clone(&self) -> VertexTextured
fn clone(&self) -> VertexTextured
Returns a copy 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 VertexTextured
impl Debug for VertexTextured
source§impl PartialEq for VertexTextured
impl PartialEq for VertexTextured
source§fn eq(&self, other: &VertexTextured) -> bool
fn eq(&self, other: &VertexTextured) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for VertexTextured
impl StructuralPartialEq for VertexTextured
Auto Trait Implementations§
impl Freeze for VertexTextured
impl RefUnwindSafe for VertexTextured
impl Send for VertexTextured
impl Sync for VertexTextured
impl Unpin for VertexTextured
impl UnwindSafe for VertexTextured
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)