pub enum DepthFunction {
Never,
Less,
Equal,
LessEqual,
Greater,
NotEqual,
GreaterEqual,
Always,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for DepthFunction
impl Clone for DepthFunction
Source§fn clone(&self) -> DepthFunction
fn clone(&self) -> DepthFunction
Returns a duplicate 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 DepthFunction
impl Debug for DepthFunction
Source§impl PartialEq for DepthFunction
impl PartialEq for DepthFunction
impl Copy for DepthFunction
impl Eq for DepthFunction
impl StructuralPartialEq for DepthFunction
Auto Trait Implementations§
impl Freeze for DepthFunction
impl RefUnwindSafe for DepthFunction
impl Send for DepthFunction
impl Sync for DepthFunction
impl Unpin for DepthFunction
impl UnwindSafe for DepthFunction
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