#[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 copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ViewportDebugDraw
impl Debug for ViewportDebugDraw
Source§impl Hash for ViewportDebugDraw
impl Hash for ViewportDebugDraw
Source§impl PartialEq for ViewportDebugDraw
impl PartialEq for ViewportDebugDraw
impl Copy for ViewportDebugDraw
impl Eq for ViewportDebugDraw
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 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