Struct classicube_sys::AnimatedComp
source ·
[−]#[repr(C)]pub struct AnimatedComp {Show 20 fields
pub BobbingHor: f32,
pub BobbingVer: f32,
pub BobbingModel: f32,
pub WalkTime: f32,
pub Swing: f32,
pub BobStrength: f32,
pub WalkTimeO: f32,
pub WalkTimeN: f32,
pub SwingO: f32,
pub SwingN: f32,
pub BobStrengthO: f32,
pub BobStrengthN: f32,
pub LeftLegX: f32,
pub LeftLegZ: f32,
pub RightLegX: f32,
pub RightLegZ: f32,
pub LeftArmX: f32,
pub LeftArmZ: f32,
pub RightArmX: f32,
pub RightArmZ: f32,
}Fields
BobbingHor: f32BobbingVer: f32BobbingModel: f32WalkTime: f32Swing: f32BobStrength: f32WalkTimeO: f32WalkTimeN: f32SwingO: f32SwingN: f32BobStrengthO: f32BobStrengthN: f32LeftLegX: f32LeftLegZ: f32RightLegX: f32RightLegZ: f32LeftArmX: f32LeftArmZ: f32RightArmX: f32RightArmZ: 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 AnimatedComp
impl Send for AnimatedComp
impl Sync for AnimatedComp
impl Unpin for AnimatedComp
impl UnwindSafe for AnimatedComp
Blanket Implementations
Mutably borrows from an owned value. Read more
