[−][src]Struct screen_13::gpu::vertex::NormalVertex
The "easy" vertex. If you are not sure what you want, this is probably it.
Fields
position: Vec3POSITION
tex_coord: Vec2TEXCOORD0
Trait Implementations
impl Clone for NormalVertex[src]
pub fn clone(&self) -> NormalVertex[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for NormalVertex[src]
impl Debug for NormalVertex[src]
impl Default for NormalVertex[src]
pub fn default() -> NormalVertex[src]
impl Eq for NormalVertex[src]
impl From<&'_ NormalVertex> for Vertex[src]
pub fn from(val: &NormalVertex) -> Self[src]
impl From<[f32; 5]> for NormalVertex[src]
pub fn from(val: NormalVertexArray) -> Self[src]
impl From<([f32; 3], [f32; 2])> for NormalVertex[src]
pub fn from((position, tex_coord): NormalVertexArrays) -> Self[src]
impl From<(Vec3, Vec2)> for NormalVertex[src]
pub fn from((position, tex_coord): NormalVertexTuple) -> Self[src]
impl From<NormalVertex> for Vertex[src]
pub fn from(val: NormalVertex) -> Self[src]
impl Ord for NormalVertex[src]
pub fn cmp(&self, other: &Self) -> Ordering[src]
#[must_use]pub fn max(self, other: Self) -> Self1.21.0[src]
#[must_use]pub fn min(self, other: Self) -> Self1.21.0[src]
#[must_use]pub fn clamp(self, min: Self, max: Self) -> Self1.50.0[src]
impl PartialEq<NormalVertex> for NormalVertex[src]
pub fn eq(&self, other: &NormalVertex) -> bool[src]
pub fn ne(&self, other: &NormalVertex) -> bool[src]
impl PartialOrd<NormalVertex> for NormalVertex[src]
pub fn partial_cmp(&self, other: &Self) -> Option<Ordering>[src]
#[must_use]pub fn lt(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]pub fn le(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]pub fn gt(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]pub fn ge(&self, other: &Rhs) -> bool1.0.0[src]
impl StructuralPartialEq for NormalVertex[src]
Auto Trait Implementations
impl RefUnwindSafe for NormalVertex[src]
impl Send for NormalVertex[src]
impl Sync for NormalVertex[src]
impl Unpin for NormalVertex[src]
impl UnwindSafe for NormalVertex[src]
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> Pointable for T
pub const ALIGN: usize
type Init = T
The type for initializers.
pub unsafe fn init(init: <T as Pointable>::Init) -> usize
pub unsafe fn deref<'a>(ptr: usize) -> &'a T
pub unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T
pub unsafe fn drop(ptr: usize)
impl<T> Same<T> for T[src]
type Output = T
Should always be Self
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,