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