Enum gdnative::VisualServerViewportUsage [−][src]
#[repr(u32)]pub enum VisualServerViewportUsage { ViewportUsage2d, ViewportUsage3dNoEffects, ViewportUsage3d, ViewportUsage2dNoSampling, }
Variants
ViewportUsage2dViewportUsage3dNoEffectsViewportUsage3dViewportUsage2dNoSampling
Trait Implementations
impl Copy for VisualServerViewportUsage[src]
impl Copy for VisualServerViewportUsageimpl Clone for VisualServerViewportUsage[src]
impl Clone for VisualServerViewportUsagefn clone(&self) -> VisualServerViewportUsage[src]
fn clone(&self) -> VisualServerViewportUsageReturns 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 VisualServerViewportUsage[src]
impl Debug for VisualServerViewportUsagefn 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 VisualServerViewportUsage[src]
impl PartialEq for VisualServerViewportUsagefn eq(&self, other: &VisualServerViewportUsage) -> bool[src]
fn eq(&self, other: &VisualServerViewportUsage) -> 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 VisualServerViewportUsage[src]
impl Eq for VisualServerViewportUsageimpl Hash for VisualServerViewportUsage[src]
impl Hash for VisualServerViewportUsageAuto Trait Implementations
impl Send for VisualServerViewportUsage
impl Send for VisualServerViewportUsageimpl Sync for VisualServerViewportUsage
impl Sync for VisualServerViewportUsage