Enum gdnative::VisualServerLightType [−][src]
#[repr(u32)]pub enum VisualServerLightType { LightDirectional, LightSpot, LightOmni, }
Variants
LightDirectionalLightSpotLightOmni
Trait Implementations
impl Copy for VisualServerLightType[src]
impl Copy for VisualServerLightTypeimpl Clone for VisualServerLightType[src]
impl Clone for VisualServerLightTypefn clone(&self) -> VisualServerLightType[src]
fn clone(&self) -> VisualServerLightTypeReturns 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 VisualServerLightType[src]
impl Debug for VisualServerLightTypefn 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 VisualServerLightType[src]
impl PartialEq for VisualServerLightTypefn eq(&self, other: &VisualServerLightType) -> bool[src]
fn eq(&self, other: &VisualServerLightType) -> 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 VisualServerLightType[src]
impl Eq for VisualServerLightTypeimpl Hash for VisualServerLightType[src]
impl Hash for VisualServerLightTypeAuto Trait Implementations
impl Send for VisualServerLightType
impl Send for VisualServerLightTypeimpl Sync for VisualServerLightType
impl Sync for VisualServerLightType