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