Struct classicube_sys::InterpState
source ·
[−]#[repr(C)]pub struct InterpState {
pub Pos: Vec3,
pub Pitch: f32,
pub Yaw: f32,
pub RotX: f32,
pub RotZ: f32,
}Fields
Pos: Vec3Pitch: f32Yaw: f32RotX: f32RotZ: f32Trait 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 InterpState
impl Send for InterpState
impl Sync for InterpState
impl Unpin for InterpState
impl UnwindSafe for InterpState
Blanket Implementations
Mutably borrows from an owned value. Read more
