pub enum TexParam {
MinFilter(TexFilter),
MagFilter(TexFilter),
WrapS(TexWrap),
WrapT(TexWrap),
WrapR(TexWrap),
}Variants§
Trait Implementations§
impl Copy for TexParam
impl Eq for TexParam
impl StructuralPartialEq for TexParam
Auto Trait Implementations§
impl Freeze for TexParam
impl RefUnwindSafe for TexParam
impl Send for TexParam
impl Sync for TexParam
impl Unpin for TexParam
impl UnwindSafe for TexParam
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