Enum gdnative_common::ViewportDebugDraw [−][src]
#[repr(u32)]pub enum ViewportDebugDraw { Disabled, Unshaded, Overdraw, Wireframe, }
Variants
DisabledUnshadedOverdrawWireframe
Trait Implementations
impl Copy for ViewportDebugDraw[src]
impl Copy for ViewportDebugDrawimpl Clone for ViewportDebugDraw[src]
impl Clone for ViewportDebugDrawfn clone(&self) -> ViewportDebugDraw[src]
fn clone(&self) -> ViewportDebugDrawReturns 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 ViewportDebugDraw[src]
impl Debug for ViewportDebugDrawfn 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 ViewportDebugDraw[src]
impl PartialEq for ViewportDebugDrawfn eq(&self, other: &ViewportDebugDraw) -> bool[src]
fn eq(&self, other: &ViewportDebugDraw) -> 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 ViewportDebugDraw[src]
impl Eq for ViewportDebugDrawimpl Hash for ViewportDebugDraw[src]
impl Hash for ViewportDebugDrawAuto Trait Implementations
impl Send for ViewportDebugDraw
impl Send for ViewportDebugDrawimpl Sync for ViewportDebugDraw
impl Sync for ViewportDebugDraw