Struct carla_sys::carla::client::ActorInitializer
source · #[repr(C, align(8))]pub struct ActorInitializer { /* private fields */ }Expand description
Used to initialize Actor classes. Only the ActorFactory can create this object, thus only the ActorFactory can create actors.
Trait Implementations§
source§impl ExternType for ActorInitializer
impl ExternType for ActorInitializer
source§impl MakeCppStorage for ActorInitializer
impl MakeCppStorage for ActorInitializer
source§unsafe fn allocate_uninitialized_cpp_storage() -> *mut ActorInitializer
unsafe fn allocate_uninitialized_cpp_storage() -> *mut ActorInitializer
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 ActorInitializer)
unsafe fn free_uninitialized_cpp_storage(arg0: *mut ActorInitializer)
Frees a C++ allocation which has not yet
had a constructor called. Read more