Enum gdnative::VisualServerCanvasLightMode [−][src]
#[repr(u32)]pub enum VisualServerCanvasLightMode { CanvasLightModeMix, CanvasLightModeSub, CanvasLightModeAdd, CanvasLightModeMask, }
Variants
CanvasLightModeMixCanvasLightModeSubCanvasLightModeAddCanvasLightModeMask
Trait Implementations
impl Copy for VisualServerCanvasLightMode[src]
impl Copy for VisualServerCanvasLightModeimpl Clone for VisualServerCanvasLightMode[src]
impl Clone for VisualServerCanvasLightModefn clone(&self) -> VisualServerCanvasLightMode[src]
fn clone(&self) -> VisualServerCanvasLightModeReturns 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 VisualServerCanvasLightMode[src]
impl Debug for VisualServerCanvasLightModefn 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 VisualServerCanvasLightMode[src]
impl PartialEq for VisualServerCanvasLightModefn eq(&self, other: &VisualServerCanvasLightMode) -> bool[src]
fn eq(&self, other: &VisualServerCanvasLightMode) -> 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 VisualServerCanvasLightMode[src]
impl Eq for VisualServerCanvasLightModeimpl Hash for VisualServerCanvasLightMode[src]
impl Hash for VisualServerCanvasLightModeAuto Trait Implementations
impl Send for VisualServerCanvasLightMode
impl Send for VisualServerCanvasLightModeimpl Sync for VisualServerCanvasLightMode
impl Sync for VisualServerCanvasLightMode