#[repr(C)]pub struct BSIRagdollDriver { /* private fields */ }
Expand description
Represents an interface for a ragdoll driver in the Skyrim engine.
This is an abstract base class with pure virtual functions for managing ragdoll physics.
§Memory Layout:
- Pure virtual class, size is 0x8 (vtable pointer only)
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BSIRagdollDriver
impl RefUnwindSafe for BSIRagdollDriver
impl !Send for BSIRagdollDriver
impl !Sync for BSIRagdollDriver
impl Unpin for BSIRagdollDriver
impl UnwindSafe for BSIRagdollDriver
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