Enum gdnative_common::ViewportUsage [−][src]
#[repr(u32)]pub enum ViewportUsage { Usage2d, Usage2dNoSampling, Usage3d, Usage3dNoEffects, }
Variants
Usage2dUsage2dNoSamplingUsage3dUsage3dNoEffects
Trait Implementations
impl Copy for ViewportUsage[src]
impl Copy for ViewportUsageimpl Clone for ViewportUsage[src]
impl Clone for ViewportUsagefn clone(&self) -> ViewportUsage[src]
fn clone(&self) -> ViewportUsageReturns 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 ViewportUsage[src]
impl Debug for ViewportUsagefn 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 ViewportUsage[src]
impl PartialEq for ViewportUsagefn eq(&self, other: &ViewportUsage) -> bool[src]
fn eq(&self, other: &ViewportUsage) -> 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 ViewportUsage[src]
impl Eq for ViewportUsageimpl Hash for ViewportUsage[src]
impl Hash for ViewportUsageAuto Trait Implementations
impl Send for ViewportUsage
impl Send for ViewportUsageimpl Sync for ViewportUsage
impl Sync for ViewportUsage