Struct carla_sys::carla_rust::client::FfiBlueprintLibrary
source · #[repr(C, align(8))]pub struct FfiBlueprintLibrary { /* private fields */ }Implementations§
source§impl FfiBlueprintLibrary
impl FfiBlueprintLibrary
pub fn at(self: &FfiBlueprintLibrary, pos: usize) -> *const ActorBlueprint
pub fn size(self: &FfiBlueprintLibrary) -> usize
source§impl FfiBlueprintLibrary
impl FfiBlueprintLibrary
pub fn filter(&self, pattern: &CxxString) -> SharedPtr<FfiBlueprintLibrary>
source§impl FfiBlueprintLibrary
impl FfiBlueprintLibrary
pub fn find(&self, key: &CxxString) -> *const ActorBlueprint
Trait Implementations§
source§impl Drop for FfiBlueprintLibrary
impl Drop for FfiBlueprintLibrary
source§fn drop(self: &mut FfiBlueprintLibrary)
fn drop(self: &mut FfiBlueprintLibrary)
Synthesized destructor.
source§impl ExternType for FfiBlueprintLibrary
impl ExternType for FfiBlueprintLibrary
source§impl MakeCppStorage for FfiBlueprintLibrary
impl MakeCppStorage for FfiBlueprintLibrary
source§unsafe fn allocate_uninitialized_cpp_storage() -> *mut FfiBlueprintLibrary
unsafe fn allocate_uninitialized_cpp_storage() -> *mut FfiBlueprintLibrary
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 FfiBlueprintLibrary)
unsafe fn free_uninitialized_cpp_storage(arg0: *mut FfiBlueprintLibrary)
Frees a C++ allocation which has not yet
had a constructor called. Read more