pub struct CharacterVtbl {
pub __base: ActorVtbl,
pub Unk_128: extern "C" fn(this: *mut Character, _: c_void) -> c_void,
pub Unk_129: extern "C" fn(this: *mut Character, _: c_void) -> c_void,
}
Fields§
§__base: ActorVtbl
§Unk_128: extern "C" fn(this: *mut Character, _: c_void) -> c_void
§Unk_129: extern "C" fn(this: *mut Character, _: c_void) -> c_void
- Character:
{ return 1; }
Auto Trait Implementations§
impl Freeze for CharacterVtbl
impl RefUnwindSafe for CharacterVtbl
impl Send for CharacterVtbl
impl Sync for CharacterVtbl
impl Unpin for CharacterVtbl
impl UnwindSafe for CharacterVtbl
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