#[repr(u32)]pub enum ViewportDebugDraw {
Disabled = 0,
Unshaded = 1,
Overdraw = 2,
Wireframe = 3,
}Variants§
Trait Implementations§
Source§impl Clone for ViewportDebugDraw
impl Clone for ViewportDebugDraw
Source§fn clone(&self) -> ViewportDebugDraw
fn clone(&self) -> ViewportDebugDraw
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ViewportDebugDraw
Source§impl Debug for ViewportDebugDraw
impl Debug for ViewportDebugDraw
impl Eq for ViewportDebugDraw
Source§impl Hash for ViewportDebugDraw
impl Hash for ViewportDebugDraw
Source§impl PartialEq for ViewportDebugDraw
impl PartialEq for ViewportDebugDraw
Source§fn eq(&self, other: &ViewportDebugDraw) -> bool
fn eq(&self, other: &ViewportDebugDraw) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ViewportDebugDraw
Auto Trait Implementations§
impl Freeze for ViewportDebugDraw
impl RefUnwindSafe for ViewportDebugDraw
impl Send for ViewportDebugDraw
impl Sync for ViewportDebugDraw
impl Unpin for ViewportDebugDraw
impl UnsafeUnpin for ViewportDebugDraw
impl UnwindSafe for ViewportDebugDraw
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more