pub enum DepthFunc {
Less,
Always,
}
Variants§
Trait Implementations§
impl Copy for DepthFunc
Auto Trait Implementations§
impl Freeze for DepthFunc
impl RefUnwindSafe for DepthFunc
impl Send for DepthFunc
impl Sync for DepthFunc
impl Unpin for DepthFunc
impl UnwindSafe for DepthFunc
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