Enum raylib::consts::CameraProjection [−][src]
#[repr(u32)]
pub enum CameraProjection {
CAMERA_PERSPECTIVE,
CAMERA_ORTHOGRAPHIC,
}
Variants
CAMERA_PERSPECTIVE
CAMERA_ORTHOGRAPHIC
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CameraProjection
impl Send for CameraProjection
impl Sync for CameraProjection
impl Unpin for CameraProjection
impl UnwindSafe for CameraProjection
Blanket Implementations
Mutably borrows from an owned value. Read more