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: 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
source§fn eq(&self, other: &AnimatedComp) -> bool
fn eq(&self, other: &AnimatedComp) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)