Enum webrender_api::TextureTarget [−][src]
pub enum TextureTarget { Default, Array, Rect, External, }
Variants
Default
Array
Rect
External
Trait Implementations
impl Copy for TextureTarget
[src]
impl Copy for TextureTarget
impl Clone for TextureTarget
[src]
impl Clone for TextureTarget
fn clone(&self) -> TextureTarget
[src]
fn clone(&self) -> TextureTarget
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 TextureTarget
[src]
impl Debug for TextureTarget
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Eq for TextureTarget
[src]
impl Eq for TextureTarget
impl Hash for TextureTarget
[src]
impl Hash for TextureTarget
fn hash<__H: Hasher>(&self, state: &mut __H)
[src]
fn hash<__H: Hasher>(&self, state: &mut __H)
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 PartialEq for TextureTarget
[src]
impl PartialEq for TextureTarget
Auto Trait Implementations
impl Send for TextureTarget
impl Send for TextureTarget
impl Sync for TextureTarget
impl Sync for TextureTarget