pub enum TextureMagFilter {
Nearest = 9_728,
Linear = 9_729,
}
Expand description
WebGLRenderingContext.texParameterfi “param” parameter
Variants§
Trait Implementations§
Source§impl Clone for TextureMagFilter
impl Clone for TextureMagFilter
Source§fn clone(&self) -> TextureMagFilter
fn clone(&self) -> TextureMagFilter
Returns a duplicate 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 TextureMagFilter
impl Debug for TextureMagFilter
impl Copy for TextureMagFilter
Auto Trait Implementations§
impl Freeze for TextureMagFilter
impl RefUnwindSafe for TextureMagFilter
impl Send for TextureMagFilter
impl Sync for TextureMagFilter
impl Unpin for TextureMagFilter
impl UnwindSafe for TextureMagFilter
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