pub enum DepthSort {
FrontToBack,
BackToFront,
}Expand description
Whether to sort faces front to back or back to front.
Variants§
Trait Implementations§
impl Copy for DepthSort
impl Eq for DepthSort
impl StructuralPartialEq for DepthSort
Auto Trait Implementations§
impl Freeze for DepthSort
impl RefUnwindSafe for DepthSort
impl Send for DepthSort
impl Sync for DepthSort
impl Unpin for DepthSort
impl UnwindSafe for DepthSort
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