Enum webrender_api::ExternalImageType [−][src]
#[repr(u32)]pub enum ExternalImageType { TextureHandle(TextureTarget), Buffer, }
Variants
TextureHandle(TextureTarget)
Buffer
Trait Implementations
impl Debug for ExternalImageType
[src]
impl Debug for ExternalImageType
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 Copy for ExternalImageType
[src]
impl Copy for ExternalImageType
impl Clone for ExternalImageType
[src]
impl Clone for ExternalImageType
fn clone(&self) -> ExternalImageType
[src]
fn clone(&self) -> ExternalImageType
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 Eq for ExternalImageType
[src]
impl Eq for ExternalImageType
impl Hash for ExternalImageType
[src]
impl Hash for ExternalImageType
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 ExternalImageType
[src]
impl PartialEq for ExternalImageType
fn eq(&self, other: &ExternalImageType) -> bool
[src]
fn eq(&self, other: &ExternalImageType) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &ExternalImageType) -> bool
[src]
fn ne(&self, other: &ExternalImageType) -> bool
This method tests for !=
.
Auto Trait Implementations
impl Send for ExternalImageType
impl Send for ExternalImageType
impl Sync for ExternalImageType
impl Sync for ExternalImageType