#[repr(u32)]pub enum VisualServerViewportDebugDraw {
Disabled = 0,
Unshaded = 1,
Overdraw = 2,
Wireframe = 3,
}
Variants§
Trait Implementations§
Source§impl Clone for VisualServerViewportDebugDraw
impl Clone for VisualServerViewportDebugDraw
Source§fn clone(&self) -> VisualServerViewportDebugDraw
fn clone(&self) -> VisualServerViewportDebugDraw
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 Hash for VisualServerViewportDebugDraw
impl Hash for VisualServerViewportDebugDraw
Source§impl PartialEq for VisualServerViewportDebugDraw
impl PartialEq for VisualServerViewportDebugDraw
Source§fn eq(&self, other: &VisualServerViewportDebugDraw) -> bool
fn eq(&self, other: &VisualServerViewportDebugDraw) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for VisualServerViewportDebugDraw
impl Eq for VisualServerViewportDebugDraw
impl StructuralPartialEq for VisualServerViewportDebugDraw
Auto Trait Implementations§
impl Freeze for VisualServerViewportDebugDraw
impl RefUnwindSafe for VisualServerViewportDebugDraw
impl Send for VisualServerViewportDebugDraw
impl Sync for VisualServerViewportDebugDraw
impl Unpin for VisualServerViewportDebugDraw
impl UnwindSafe for VisualServerViewportDebugDraw
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