pub struct GlVertexAttribLocation(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for GlVertexAttribLocation
impl Clone for GlVertexAttribLocation
Source§fn clone(&self) -> GlVertexAttribLocation
fn clone(&self) -> GlVertexAttribLocation
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 GlVertexAttribLocation
impl Debug for GlVertexAttribLocation
Source§impl Default for GlVertexAttribLocation
impl Default for GlVertexAttribLocation
Source§fn default() -> GlVertexAttribLocation
fn default() -> GlVertexAttribLocation
Returns the “default value” for a type. Read more
Source§impl Ord for GlVertexAttribLocation
impl Ord for GlVertexAttribLocation
Source§fn cmp(&self, other: &GlVertexAttribLocation) -> Ordering
fn cmp(&self, other: &GlVertexAttribLocation) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for GlVertexAttribLocation
impl PartialEq for GlVertexAttribLocation
Source§fn eq(&self, other: &GlVertexAttribLocation) -> bool
fn eq(&self, other: &GlVertexAttribLocation) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for GlVertexAttribLocation
impl PartialOrd for GlVertexAttribLocation
impl Copy for GlVertexAttribLocation
impl Eq for GlVertexAttribLocation
impl StructuralPartialEq for GlVertexAttribLocation
Auto Trait Implementations§
impl Freeze for GlVertexAttribLocation
impl RefUnwindSafe for GlVertexAttribLocation
impl Send for GlVertexAttribLocation
impl Sync for GlVertexAttribLocation
impl Unpin for GlVertexAttribLocation
impl UnsafeUnpin for GlVertexAttribLocation
impl UnwindSafe for GlVertexAttribLocation
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