pub enum TextureParameter {
TextureMagFilter = 10_240,
TextureMinFilter = 10_241,
TextureWrapS = 10_242,
TextureWrapT = 10_243,
BorderColor = 4_100,
}
Expand description
WebGLRenderingContext.texParameterfi “pname” parameter
Variants§
TextureMagFilter = 10_240
TextureMinFilter = 10_241
TextureWrapS = 10_242
TextureWrapT = 10_243
BorderColor = 4_100
Trait Implementations§
Source§impl Clone for TextureParameter
impl Clone for TextureParameter
Source§fn clone(&self) -> TextureParameter
fn clone(&self) -> TextureParameter
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 TextureParameter
impl Debug for TextureParameter
impl Copy for TextureParameter
Auto Trait Implementations§
impl Freeze for TextureParameter
impl RefUnwindSafe for TextureParameter
impl Send for TextureParameter
impl Sync for TextureParameter
impl Unpin for TextureParameter
impl UnwindSafe for TextureParameter
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