pub enum TextureTarget {
Texture2d,
}Variants§
Texture2d
Implementations§
Source§impl TextureTarget
impl TextureTarget
pub const VALID_TEXTURE_TARGET: &[u32]
Trait Implementations§
Source§impl Clone for TextureTarget
impl Clone for TextureTarget
Source§fn clone(&self) -> TextureTarget
fn clone(&self) -> TextureTarget
Returns a duplicate 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 TextureTarget
impl Debug for TextureTarget
Source§impl Default for TextureTarget
impl Default for TextureTarget
Source§fn default() -> TextureTarget
fn default() -> TextureTarget
Returns the “default value” for a type. Read more
Source§impl From<TextureTarget> for u32
impl From<TextureTarget> for u32
Source§fn from(value: TextureTarget) -> Self
fn from(value: TextureTarget) -> Self
Converts to this type from the input type.
Source§impl PartialEq for TextureTarget
impl PartialEq for TextureTarget
Source§impl Serialize for TextureTarget
impl Serialize for TextureTarget
Source§impl TryFrom<u32> for TextureTarget
impl TryFrom<u32> for TextureTarget
impl Copy for TextureTarget
impl Eq for TextureTarget
impl StructuralPartialEq for TextureTarget
Auto Trait Implementations§
impl Freeze for TextureTarget
impl RefUnwindSafe for TextureTarget
impl Send for TextureTarget
impl Sync for TextureTarget
impl Unpin for TextureTarget
impl UnwindSafe for TextureTarget
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.