pub enum CameraTypeEnum {
Perspective,
Orthographic,
}Expand description
glTF known types of camera projection.
Variants§
Trait Implementations§
Source§impl Clone for CameraTypeEnum
impl Clone for CameraTypeEnum
Source§fn clone(&self) -> CameraTypeEnum
fn clone(&self) -> CameraTypeEnum
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 moreSource§impl Debug for CameraTypeEnum
impl Debug for CameraTypeEnum
Source§impl PartialEq for CameraTypeEnum
impl PartialEq for CameraTypeEnum
Source§fn eq(&self, other: &CameraTypeEnum) -> bool
fn eq(&self, other: &CameraTypeEnum) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for CameraTypeEnum
impl Eq for CameraTypeEnum
impl StructuralPartialEq for CameraTypeEnum
Auto Trait Implementations§
impl Freeze for CameraTypeEnum
impl RefUnwindSafe for CameraTypeEnum
impl Send for CameraTypeEnum
impl Sync for CameraTypeEnum
impl Unpin for CameraTypeEnum
impl UnsafeUnpin for CameraTypeEnum
impl UnwindSafe for CameraTypeEnum
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