Enum gdnative_common::ImageAlphaMode [−][src]
#[repr(u32)]pub enum ImageAlphaMode { None, Bit, Blend, }
Variants
NoneBitBlend
Trait Implementations
impl Copy for ImageAlphaMode[src]
impl Copy for ImageAlphaModeimpl Clone for ImageAlphaMode[src]
impl Clone for ImageAlphaModefn clone(&self) -> ImageAlphaMode[src]
fn clone(&self) -> ImageAlphaModeReturns 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 ImageAlphaMode[src]
impl Debug for ImageAlphaModefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for ImageAlphaMode[src]
impl PartialEq for ImageAlphaModefn eq(&self, other: &ImageAlphaMode) -> bool[src]
fn eq(&self, other: &ImageAlphaMode) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Eq for ImageAlphaMode[src]
impl Eq for ImageAlphaModeimpl Hash for ImageAlphaMode[src]
impl Hash for ImageAlphaModeAuto Trait Implementations
impl Send for ImageAlphaMode
impl Send for ImageAlphaModeimpl Sync for ImageAlphaMode
impl Sync for ImageAlphaMode