Struct classicube_sys::_CameraData
source ·
[−]#[repr(C)]pub struct _CameraData {}Fields
Sensitivity: c_intSmooth: cc_boolClipping: cc_boolInvert: cc_boolTiltM: MatrixBobbingVer: f32BobbingHor: f32CurrentPos: Vec3Active: *mut CameraMass: f32Fov: c_intDefaultFov: c_intZoomFov: c_intTrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for _CameraData
impl !Send for _CameraData
impl !Sync for _CameraData
impl Unpin for _CameraData
impl UnwindSafe for _CameraData
Blanket Implementations
Mutably borrows from an owned value. Read more
