Enum gdnative_visual_script::common::ViewportDebugDraw [−][src]
#[repr(u32)]pub enum ViewportDebugDraw { Disabled, Unshaded, Overdraw, Wireframe, }
Variants
Disabled
Unshaded
Overdraw
Wireframe
Trait Implementations
impl Hash for ViewportDebugDraw
[src]
impl Hash for ViewportDebugDraw
fn hash<__H>(&self, state: &mut __H) where
__H: Hasher,
[src]
fn hash<__H>(&self, state: &mut __H) where
__H: Hasher,
Feeds this value into the given [Hasher
]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
1.3.0[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
1.3.0
[src]Feeds a slice of this type into the given [Hasher
]. Read more
impl Clone for ViewportDebugDraw
[src]
impl Clone for ViewportDebugDraw
fn clone(&self) -> ViewportDebugDraw
[src]
fn clone(&self) -> ViewportDebugDraw
Returns 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 ViewportDebugDraw
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>
[src]
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>
Formats the value using the given formatter. Read more
impl Copy for ViewportDebugDraw
[src]
impl Copy for ViewportDebugDraw
impl Eq for ViewportDebugDraw
[src]
impl Eq for ViewportDebugDraw
impl PartialEq<ViewportDebugDraw> for ViewportDebugDraw
[src]
impl PartialEq<ViewportDebugDraw> for ViewportDebugDraw
Auto Trait Implementations
impl Send for ViewportDebugDraw
impl Send for ViewportDebugDraw
impl Sync for ViewportDebugDraw
impl Sync for ViewportDebugDraw