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