#[repr(C)]pub struct hkbCharacterVtbl {
pub __base: hkReferencedObjectVtbl,
pub Unk_03: fn(this: &mut hkbCharacter),
pub Unk_04: fn(this: &mut hkbCharacter),
}
Expand description
Virtual function table for hkbCharacter
.
Fields§
§__base: hkReferencedObjectVtbl
§Unk_03: fn(this: &mut hkbCharacter)
Unknown function (placeholder).
Unk_04: fn(this: &mut hkbCharacter)
Unknown function (placeholder).
Auto Trait Implementations§
impl Freeze for hkbCharacterVtbl
impl RefUnwindSafe for hkbCharacterVtbl
impl Send for hkbCharacterVtbl
impl Sync for hkbCharacterVtbl
impl Unpin for hkbCharacterVtbl
impl UnwindSafe for hkbCharacterVtbl
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