pub enum GlTextureInternalFormat {
R8,
Luminance,
Rgb,
Rgba,
Rgba8,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for GlTextureInternalFormat
impl Clone for GlTextureInternalFormat
Source§fn clone(&self) -> GlTextureInternalFormat
fn clone(&self) -> GlTextureInternalFormat
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 GlTextureInternalFormat
impl Debug for GlTextureInternalFormat
Source§impl PartialEq for GlTextureInternalFormat
impl PartialEq for GlTextureInternalFormat
Source§fn eq(&self, other: &GlTextureInternalFormat) -> bool
fn eq(&self, other: &GlTextureInternalFormat) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for GlTextureInternalFormat
impl Eq for GlTextureInternalFormat
impl StructuralPartialEq for GlTextureInternalFormat
Auto Trait Implementations§
impl Freeze for GlTextureInternalFormat
impl RefUnwindSafe for GlTextureInternalFormat
impl Send for GlTextureInternalFormat
impl Sync for GlTextureInternalFormat
impl Unpin for GlTextureInternalFormat
impl UnsafeUnpin for GlTextureInternalFormat
impl UnwindSafe for GlTextureInternalFormat
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