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