pub enum TexWrap {
Repeat,
MirroredRepeat,
ClampToEdge,
ClampToBorder,
}Variants§
Trait Implementations§
source§impl PartialEq<TexWrap> for TexWrap
impl PartialEq<TexWrap> for TexWrap
impl Copy for TexWrap
impl Eq for TexWrap
impl StructuralEq for TexWrap
impl StructuralPartialEq for TexWrap
Auto Trait Implementations§
impl RefUnwindSafe for TexWrap
impl Send for TexWrap
impl Sync for TexWrap
impl Unpin for TexWrap
impl UnwindSafe for TexWrap
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