pub struct ViewportDebugDraw(pub i64);
Tuple Fields§
§0: i64
Implementations§
Source§impl ViewportDebugDraw
impl ViewportDebugDraw
pub const DISABLED: ViewportDebugDraw
pub const UNSHADED: ViewportDebugDraw
pub const OVERDRAW: ViewportDebugDraw
pub const WIREFRAME: ViewportDebugDraw
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 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ViewportDebugDraw
impl Debug for ViewportDebugDraw
Source§impl From<ViewportDebugDraw> for i64
impl From<ViewportDebugDraw> for i64
Source§fn from(v: ViewportDebugDraw) -> Self
fn from(v: ViewportDebugDraw) -> Self
Converts to this type from the input type.
Source§impl From<i64> for ViewportDebugDraw
impl From<i64> for ViewportDebugDraw
Source§impl FromVariant for ViewportDebugDraw
impl FromVariant for ViewportDebugDraw
fn from_variant(v: &Variant) -> Result<Self, FromVariantError>
Source§impl Hash for ViewportDebugDraw
impl Hash for ViewportDebugDraw
Source§impl Ord for ViewportDebugDraw
impl Ord for ViewportDebugDraw
Source§fn cmp(&self, other: &ViewportDebugDraw) -> Ordering
fn cmp(&self, other: &ViewportDebugDraw) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ViewportDebugDraw
impl PartialEq for ViewportDebugDraw
Source§impl PartialOrd for ViewportDebugDraw
impl PartialOrd 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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.