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