Struct classicube_sys::NetInterpComp
source ·
[−]#[repr(C)]pub struct NetInterpComp {
pub Prev: InterpState,
pub Next: InterpState,
pub PrevRotY: f32,
pub NextRotY: f32,
pub RotYCount: c_int,
pub RotYStates: [f32; 15],
pub Cur: InterpState,
pub StatesCount: c_int,
pub States: [InterpState; 10],
}Fields
Prev: InterpStateNext: InterpStatePrevRotY: f32NextRotY: f32RotYCount: c_intRotYStates: [f32; 15]Cur: InterpStateStatesCount: c_intStates: [InterpState; 10]Trait 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 NetInterpComp
impl Send for NetInterpComp
impl Sync for NetInterpComp
impl Unpin for NetInterpComp
impl UnwindSafe for NetInterpComp
Blanket Implementations
Mutably borrows from an owned value. Read more
