Enum gdnative_visual_script::common::TextureFlags [−][src]
#[repr(u32)]pub enum TextureFlags { FlagMipmaps, FlagRepeat, FlagFilter, Default, FlagAnisotropicFilter, FlagConvertToLinear, FlagMirroredRepeat, FlagVideoSurface, }
Variants
FlagMipmaps
FlagRepeat
FlagFilter
Default
FlagAnisotropicFilter
FlagConvertToLinear
FlagMirroredRepeat
FlagVideoSurface
Trait Implementations
impl Hash for TextureFlags
[src]
impl Hash for TextureFlags
fn hash<__H>(&self, state: &mut __H) where
__H: Hasher,
[src]
fn hash<__H>(&self, state: &mut __H) where
__H: Hasher,
Feeds this value into the given [Hasher
]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
1.3.0[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
1.3.0
[src]Feeds a slice of this type into the given [Hasher
]. Read more
impl Clone for TextureFlags
[src]
impl Clone for TextureFlags
fn clone(&self) -> TextureFlags
[src]
fn clone(&self) -> TextureFlags
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Debug for TextureFlags
[src]
impl Debug for TextureFlags
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>
[src]
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>
Formats the value using the given formatter. Read more
impl Copy for TextureFlags
[src]
impl Copy for TextureFlags
impl Eq for TextureFlags
[src]
impl Eq for TextureFlags
impl PartialEq<TextureFlags> for TextureFlags
[src]
impl PartialEq<TextureFlags> for TextureFlags
Auto Trait Implementations
impl Send for TextureFlags
impl Send for TextureFlags
impl Sync for TextureFlags
impl Sync for TextureFlags