pub struct DaiPoint3fRGBA { /* private fields */ }Trait Implementations§
Source§impl CopyNew for DaiPoint3fRGBA
impl CopyNew for DaiPoint3fRGBA
Source§unsafe fn copy_new(
other: &DaiPoint3fRGBA,
this: Pin<&mut MaybeUninit<DaiPoint3fRGBA>>,
)
unsafe fn copy_new( other: &DaiPoint3fRGBA, this: Pin<&mut MaybeUninit<DaiPoint3fRGBA>>, )
Synthesized copy constructor.
Source§impl ExternType for DaiPoint3fRGBA
impl ExternType for DaiPoint3fRGBA
Source§impl MakeCppStorage for DaiPoint3fRGBA
impl MakeCppStorage for DaiPoint3fRGBA
Source§unsafe fn allocate_uninitialized_cpp_storage() -> *mut DaiPoint3fRGBA
unsafe fn allocate_uninitialized_cpp_storage() -> *mut DaiPoint3fRGBA
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 DaiPoint3fRGBA)
unsafe fn free_uninitialized_cpp_storage(arg0: *mut DaiPoint3fRGBA)
Frees a C++ allocation which has not yet
had a constructor called. Read more
Source§impl MoveNew for DaiPoint3fRGBA
impl MoveNew for DaiPoint3fRGBA
Source§unsafe fn move_new(
other: Pin<MoveRef<'_, DaiPoint3fRGBA>>,
this: Pin<&mut MaybeUninit<DaiPoint3fRGBA>>,
)
unsafe fn move_new( other: Pin<MoveRef<'_, DaiPoint3fRGBA>>, this: Pin<&mut MaybeUninit<DaiPoint3fRGBA>>, )
Synthesized move constructor.
impl UniquePtrTarget for DaiPoint3fRGBA
impl VectorElement for DaiPoint3fRGBA
impl WeakPtrTarget for DaiPoint3fRGBA
Auto Trait Implementations§
impl !Freeze for DaiPoint3fRGBA
impl !RefUnwindSafe for DaiPoint3fRGBA
impl Send for DaiPoint3fRGBA
impl !Sync for DaiPoint3fRGBA
impl Unpin for DaiPoint3fRGBA
impl UnwindSafe for DaiPoint3fRGBA
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