pub enum ImgWrap {
Repeat,
Extend,
Clip,
}Expand description
Texture wrap (addressing) mode.
Variants§
Trait Implementations§
impl Copy for ImgWrap
impl StructuralPartialEq for ImgWrap
Auto Trait Implementations§
impl Freeze for ImgWrap
impl RefUnwindSafe for ImgWrap
impl Send for ImgWrap
impl Sync for ImgWrap
impl Unpin for ImgWrap
impl UnsafeUnpin for ImgWrap
impl UnwindSafe for ImgWrap
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