#[repr(C)]pub struct DynamicsDesc {
pub root_bone: c_int,
pub params: *mut c_void,
pub num: c_int,
pub xc: f32,
pub x10: f32,
pub x14: f32,
}Fields§
§root_bone: c_int§params: *mut c_void§num: c_int§xc: f32§x10: f32§x14: f32Trait Implementations§
Source§impl Clone for DynamicsDesc
impl Clone for DynamicsDesc
Source§fn clone(&self) -> DynamicsDesc
fn clone(&self) -> DynamicsDesc
Returns a duplicate 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 DynamicsDesc
impl Debug for DynamicsDesc
impl Copy for DynamicsDesc
Auto Trait Implementations§
impl Freeze for DynamicsDesc
impl RefUnwindSafe for DynamicsDesc
impl !Send for DynamicsDesc
impl !Sync for DynamicsDesc
impl Unpin for DynamicsDesc
impl UnwindSafe for DynamicsDesc
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