Enum ProjectionKind
pub enum ProjectionKind {
Orthographic,
Perspective,
}Expand description
Broad projection families.
Variants§
Trait Implementations§
§impl Clone for ProjectionKind
impl Clone for ProjectionKind
§fn clone(&self) -> ProjectionKind
fn clone(&self) -> ProjectionKind
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 more§impl Debug for ProjectionKind
impl Debug for ProjectionKind
§impl PartialEq for ProjectionKind
impl PartialEq for ProjectionKind
impl Copy for ProjectionKind
impl Eq for ProjectionKind
impl StructuralPartialEq for ProjectionKind
Auto Trait Implementations§
impl Freeze for ProjectionKind
impl RefUnwindSafe for ProjectionKind
impl Send for ProjectionKind
impl Sync for ProjectionKind
impl Unpin for ProjectionKind
impl UnsafeUnpin for ProjectionKind
impl UnwindSafe for ProjectionKind
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