pub enum TextureKind {
Texture2d = 3_553,
TextureCubeMap = 34_067,
}
Expand description
WebGLRenderingContext.texParameterfi or WebGLRenderingContext.bindTexture() “target” parameter
Variants§
Trait Implementations§
Source§impl Clone for TextureKind
impl Clone for TextureKind
Source§fn clone(&self) -> TextureKind
fn clone(&self) -> TextureKind
Returns a copy of the value. Read more
1.0.0 · 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 TextureKind
impl Debug for TextureKind
impl Copy for TextureKind
Auto Trait Implementations§
impl Freeze for TextureKind
impl RefUnwindSafe for TextureKind
impl Send for TextureKind
impl Sync for TextureKind
impl Unpin for TextureKind
impl UnwindSafe for TextureKind
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