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