Enum gdnative_common::ShaderMode [−][src]
#[repr(u32)]pub enum ShaderMode { ModeSpatial, ModeCanvasItem, ModeParticles, }
Variants
ModeSpatialModeCanvasItemModeParticles
Trait Implementations
impl Copy for ShaderMode[src]
impl Copy for ShaderModeimpl Clone for ShaderMode[src]
impl Clone for ShaderModefn clone(&self) -> ShaderMode[src]
fn clone(&self) -> ShaderModeReturns 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 ShaderMode[src]
impl Debug for ShaderModefn 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 ShaderMode[src]
impl PartialEq for ShaderModefn eq(&self, other: &ShaderMode) -> bool[src]
fn eq(&self, other: &ShaderMode) -> 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 ShaderMode[src]
impl Eq for ShaderModeimpl Hash for ShaderMode[src]
impl Hash for ShaderModeAuto Trait Implementations
impl Send for ShaderMode
impl Send for ShaderModeimpl Sync for ShaderMode
impl Sync for ShaderMode