pub enum Wrapping {
Repeat,
MirroredRepeat,
ClampToEdge,
}Expand description
Possible wrapping modes for a texture which determines how the texture is applied outside of the [0..1] uv coordinate range.
Variants§
Trait Implementations§
Source§impl Ord for Wrapping
impl Ord for Wrapping
Source§impl PartialOrd for Wrapping
impl PartialOrd for Wrapping
impl Copy for Wrapping
impl Eq for Wrapping
impl StructuralPartialEq for Wrapping
Auto Trait Implementations§
impl Freeze for Wrapping
impl RefUnwindSafe for Wrapping
impl Send for Wrapping
impl Sync for Wrapping
impl Unpin for Wrapping
impl UnwindSafe for Wrapping
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