pub struct ActorSnapshot { /* private fields */ }Trait Implementations§
Source§impl ExternType for ActorSnapshot
impl ExternType for ActorSnapshot
Source§impl MakeCppStorage for ActorSnapshot
impl MakeCppStorage for ActorSnapshot
Source§unsafe fn allocate_uninitialized_cpp_storage() -> *mut ActorSnapshot
unsafe fn allocate_uninitialized_cpp_storage() -> *mut ActorSnapshot
Allocates heap space for this type in C++ and return a pointer
to that space, but do not initialize that space (i.e. do not
yet call a constructor). Read more
Source§unsafe fn free_uninitialized_cpp_storage(arg0: *mut ActorSnapshot)
unsafe fn free_uninitialized_cpp_storage(arg0: *mut ActorSnapshot)
Frees a C++ allocation which has not yet
had a constructor called. Read more
impl UniquePtrTarget for ActorSnapshot
impl WeakPtrTarget for ActorSnapshot
Auto Trait Implementations§
impl !Freeze for ActorSnapshot
impl !RefUnwindSafe for ActorSnapshot
impl !Send for ActorSnapshot
impl !Sync for ActorSnapshot
impl !Unpin for ActorSnapshot
impl UnsafeUnpin for ActorSnapshot
impl UnwindSafe for ActorSnapshot
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