pub enum ImageTarget {
Show 13 variants
Tex2d,
ProxyTex2d,
Tex1dArray,
ProxyTex1dArray,
TexRectangle,
ProxyTexRectangle,
TexCubeMapPositiveX,
TexCubeMapNegativeX,
TexCubeMapPositiveY,
TexCubeMapNegativeY,
TexCubeMapPositiveZ,
TexCubeMapNegativeZ,
ProxyTexCubeMap,
}
Variants§
Tex2d
ProxyTex2d
Tex1dArray
ProxyTex1dArray
TexRectangle
ProxyTexRectangle
TexCubeMapPositiveX
TexCubeMapNegativeX
TexCubeMapPositiveY
TexCubeMapNegativeY
TexCubeMapPositiveZ
TexCubeMapNegativeZ
ProxyTexCubeMap
Trait Implementations§
Source§impl Clone for ImageTarget
impl Clone for ImageTarget
Source§fn clone(&self) -> ImageTarget
fn clone(&self) -> ImageTarget
Returns a copy 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 moreSource§impl Debug for ImageTarget
impl Debug for ImageTarget
Source§impl Hash for ImageTarget
impl Hash for ImageTarget
Source§impl Ord for ImageTarget
impl Ord for ImageTarget
Source§fn cmp(&self, other: &ImageTarget) -> Ordering
fn cmp(&self, other: &ImageTarget) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ImageTarget
impl PartialEq for ImageTarget
Source§impl PartialOrd for ImageTarget
impl PartialOrd for ImageTarget
impl Copy for ImageTarget
impl Eq for ImageTarget
impl StructuralPartialEq for ImageTarget
Auto Trait Implementations§
impl Freeze for ImageTarget
impl RefUnwindSafe for ImageTarget
impl Send for ImageTarget
impl Sync for ImageTarget
impl Unpin for ImageTarget
impl UnwindSafe for ImageTarget
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