pub enum ShadingSurfaceMethod {
ConstantShading,
ColourShading,
DotShading,
NormalShading,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for ShadingSurfaceMethod
impl Clone for ShadingSurfaceMethod
Source§fn clone(&self) -> ShadingSurfaceMethod
fn clone(&self) -> ShadingSurfaceMethod
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 ShadingSurfaceMethod
Source§impl Debug for ShadingSurfaceMethod
impl Debug for ShadingSurfaceMethod
impl Eq for ShadingSurfaceMethod
Source§impl PartialEq for ShadingSurfaceMethod
impl PartialEq for ShadingSurfaceMethod
Source§fn eq(&self, other: &ShadingSurfaceMethod) -> bool
fn eq(&self, other: &ShadingSurfaceMethod) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ShadingSurfaceMethod
Auto Trait Implementations§
impl Freeze for ShadingSurfaceMethod
impl RefUnwindSafe for ShadingSurfaceMethod
impl Send for ShadingSurfaceMethod
impl Sync for ShadingSurfaceMethod
impl Unpin for ShadingSurfaceMethod
impl UnsafeUnpin for ShadingSurfaceMethod
impl UnwindSafe for ShadingSurfaceMethod
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