pub enum TextureParam {
Linear = 9_729,
ClampToEdge = 33_071,
Nearest = 9_728,
Repeat = 10_497,
}
Variants§
Trait Implementations§
Source§impl Clone for TextureParam
impl Clone for TextureParam
Source§fn clone(&self) -> TextureParam
fn clone(&self) -> TextureParam
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 moreimpl Copy for TextureParam
Auto Trait Implementations§
impl Freeze for TextureParam
impl RefUnwindSafe for TextureParam
impl Send for TextureParam
impl Sync for TextureParam
impl Unpin for TextureParam
impl UnwindSafe for TextureParam
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