#[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: f32
§BobbingVer: f32
§BobbingModel: f32
§WalkTime: f32
§Swing: f32
§BobStrength: f32
§WalkTimeO: f32
§WalkTimeN: f32
§SwingO: f32
§SwingN: f32
§BobStrengthO: f32
§BobStrengthN: f32
§LeftLegX: f32
§LeftLegZ: f32
§RightLegX: f32
§RightLegZ: f32
§LeftArmX: f32
§LeftArmZ: f32
§RightArmX: f32
§RightArmZ: f32
Trait Implementations§
Source§impl Clone for AnimatedComp
impl Clone for AnimatedComp
Source§fn clone(&self) -> AnimatedComp
fn clone(&self) -> AnimatedComp
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for AnimatedComp
impl Debug for AnimatedComp
Source§impl PartialEq for AnimatedComp
impl PartialEq for AnimatedComp
impl Copy for AnimatedComp
impl StructuralPartialEq for AnimatedComp
Auto Trait Implementations§
impl Freeze for AnimatedComp
impl RefUnwindSafe for AnimatedComp
impl Send for AnimatedComp
impl Sync for AnimatedComp
impl Unpin for AnimatedComp
impl UnwindSafe for AnimatedComp
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more