#[repr(C)]pub struct BGSLoadGameBufferVtbl {
pub CxxDrop: fn(this: *mut BGSLoadGameBuffer),
pub GetVersion: fn(this: *mut BGSLoadGameBuffer, arg1: c_void),
}
Fields§
§CxxDrop: fn(this: *mut BGSLoadGameBuffer)
C++ Destructor ~BGSLoadGameBuffer
GetVersion: fn(this: *mut BGSLoadGameBuffer, arg1: c_void)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BGSLoadGameBufferVtbl
impl RefUnwindSafe for BGSLoadGameBufferVtbl
impl Send for BGSLoadGameBufferVtbl
impl Sync for BGSLoadGameBufferVtbl
impl Unpin for BGSLoadGameBufferVtbl
impl UnwindSafe for BGSLoadGameBufferVtbl
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