pub struct GlVertexArray(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for GlVertexArray
impl Clone for GlVertexArray
Source§fn clone(&self) -> GlVertexArray
fn clone(&self) -> GlVertexArray
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 GlVertexArray
impl Debug for GlVertexArray
Source§impl PartialEq for GlVertexArray
impl PartialEq for GlVertexArray
Source§fn eq(&self, other: &GlVertexArray) -> bool
fn eq(&self, other: &GlVertexArray) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for GlVertexArray
impl Eq for GlVertexArray
impl StructuralPartialEq for GlVertexArray
Auto Trait Implementations§
impl Freeze for GlVertexArray
impl RefUnwindSafe for GlVertexArray
impl Send for GlVertexArray
impl Sync for GlVertexArray
impl Unpin for GlVertexArray
impl UnsafeUnpin for GlVertexArray
impl UnwindSafe for GlVertexArray
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