#[repr(C)]pub struct hkpMaxSizeMotion {
pub __base: hkpKeyframedRigidMotion,
}
Expand description
Represents a maximum-size keyframed rigid motion in the Havok system.
Inherits from hkpKeyframedRigidMotion
without adding new fields.
§Memory Layout:
__base
: Base classhkpKeyframedRigidMotion
(0x00 - 0x13F)
Fields§
§__base: hkpKeyframedRigidMotion
Base class hkpKeyframedRigidMotion
.
- Offset: 0x00
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for hkpMaxSizeMotion
impl RefUnwindSafe for hkpMaxSizeMotion
impl !Send for hkpMaxSizeMotion
impl !Sync for hkpMaxSizeMotion
impl Unpin for hkpMaxSizeMotion
impl UnwindSafe for hkpMaxSizeMotion
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