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