#[repr(C)]pub struct NiRefObjectVtbl {
pub CxxDrop: unsafe extern "C" fn(this: *mut NiRefObject),
pub DeleteThis: unsafe extern "C" fn(this: *mut NiRefObject),
}
Fields§
§CxxDrop: unsafe extern "C" fn(this: *mut NiRefObject)
C++ virtual class Destructor equivalent
- override:
NiRefObject
DeleteThis: unsafe extern "C" fn(this: *mut NiRefObject)
NiRefObject
virtual member function
Auto Trait Implementations§
impl Freeze for NiRefObjectVtbl
impl RefUnwindSafe for NiRefObjectVtbl
impl Send for NiRefObjectVtbl
impl Sync for NiRefObjectVtbl
impl Unpin for NiRefObjectVtbl
impl UnwindSafe for NiRefObjectVtbl
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