#[repr(C)]pub struct bhkActionVtbl {
pub __base: bhkSerializableVtbl,
/* private fields */
}
Expand description
The virtual function table for bhkAction
.
This struct defines function pointers to simulate the C++ virtual functions.
Fields§
§__base: bhkSerializableVtbl
Auto Trait Implementations§
impl Freeze for bhkActionVtbl
impl RefUnwindSafe for bhkActionVtbl
impl Send for bhkActionVtbl
impl Sync for bhkActionVtbl
impl Unpin for bhkActionVtbl
impl UnwindSafe for bhkActionVtbl
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