Struct carla_sys::carla::rpc::WalkerBoneControlIn
source · #[repr(C, align(8))]pub struct WalkerBoneControlIn { /* private fields */ }Trait Implementations§
source§impl ExternType for WalkerBoneControlIn
impl ExternType for WalkerBoneControlIn
source§impl MakeCppStorage for WalkerBoneControlIn
impl MakeCppStorage for WalkerBoneControlIn
source§unsafe fn allocate_uninitialized_cpp_storage() -> *mut WalkerBoneControlIn
unsafe fn allocate_uninitialized_cpp_storage() -> *mut WalkerBoneControlIn
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 WalkerBoneControlIn)
unsafe fn free_uninitialized_cpp_storage(arg0: *mut WalkerBoneControlIn)
Frees a C++ allocation which has not yet
had a constructor called. Read more
source§impl MoveNew for WalkerBoneControlIn
impl MoveNew for WalkerBoneControlIn
source§unsafe fn move_new(
other: Pin<MoveRef<'_, WalkerBoneControlIn>>,
this: Pin<&mut MaybeUninit<WalkerBoneControlIn>>
)
unsafe fn move_new(
other: Pin<MoveRef<'_, WalkerBoneControlIn>>,
this: Pin<&mut MaybeUninit<WalkerBoneControlIn>>
)
Synthesized move constructor.