pub enum GlVertexAttribF32Components {
One,
Two,
Three,
Four,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for GlVertexAttribF32Components
impl Clone for GlVertexAttribF32Components
Source§fn clone(&self) -> GlVertexAttribF32Components
fn clone(&self) -> GlVertexAttribF32Components
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 GlVertexAttribF32Components
impl Debug for GlVertexAttribF32Components
Source§impl PartialEq for GlVertexAttribF32Components
impl PartialEq for GlVertexAttribF32Components
Source§fn eq(&self, other: &GlVertexAttribF32Components) -> bool
fn eq(&self, other: &GlVertexAttribF32Components) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for GlVertexAttribF32Components
impl Eq for GlVertexAttribF32Components
impl StructuralPartialEq for GlVertexAttribF32Components
Auto Trait Implementations§
impl Freeze for GlVertexAttribF32Components
impl RefUnwindSafe for GlVertexAttribF32Components
impl Send for GlVertexAttribF32Components
impl Sync for GlVertexAttribF32Components
impl Unpin for GlVertexAttribF32Components
impl UnsafeUnpin for GlVertexAttribF32Components
impl UnwindSafe for GlVertexAttribF32Components
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