#[repr(C)]pub struct hkpKeyframedRigidMotion {
pub __base: hkpMotion,
}
Expand description
Represents a keyframed rigid motion in the Havok system.
Inherits from hkpMotion
and provides overrides for a keyframed (non-dynamic) motion type.
§Memory Layout:
__base
: Base classhkpMotion
(0x00 - 0x13F)
Fields§
§__base: hkpMotion
Base class hkpMotion
.
- Offset: 0x00
Implementations§
Trait Implementations§
Source§impl Debug for hkpKeyframedRigidMotion
impl Debug for hkpKeyframedRigidMotion
Auto Trait Implementations§
impl !Freeze for hkpKeyframedRigidMotion
impl RefUnwindSafe for hkpKeyframedRigidMotion
impl !Send for hkpKeyframedRigidMotion
impl !Sync for hkpKeyframedRigidMotion
impl Unpin for hkpKeyframedRigidMotion
impl UnwindSafe for hkpKeyframedRigidMotion
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