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