Enum raylib_ffi::enums::CameraProjection
source · #[repr(C)]
pub enum CameraProjection {
CAMERAPERSPECTIVE,
CAMERAORTHOGRAPHIC,
}Expand description
Camera projection
Variants§
Trait Implementations§
source§impl Clone for CameraProjection
impl Clone for CameraProjection
source§fn clone(&self) -> CameraProjection
fn clone(&self) -> CameraProjection
Returns a copy 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 CameraProjection
impl Debug for CameraProjection
source§impl Hash for CameraProjection
impl Hash for CameraProjection
source§impl PartialEq<CameraProjection> for CameraProjection
impl PartialEq<CameraProjection> for CameraProjection
source§fn eq(&self, other: &CameraProjection) -> bool
fn eq(&self, other: &CameraProjection) -> bool
This method tests for
self and other values to be equal, and is used
by ==.