pub struct ObstacleDetectionEvent { /* private fields */ }Expand description
A registered detection.
Trait Implementations§
Source§impl ExternType for ObstacleDetectionEvent
impl ExternType for ObstacleDetectionEvent
Source§impl MakeCppStorage for ObstacleDetectionEvent
impl MakeCppStorage for ObstacleDetectionEvent
Source§unsafe fn allocate_uninitialized_cpp_storage() -> *mut ObstacleDetectionEvent
unsafe fn allocate_uninitialized_cpp_storage() -> *mut ObstacleDetectionEvent
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 ObstacleDetectionEvent)
unsafe fn free_uninitialized_cpp_storage(arg0: *mut ObstacleDetectionEvent)
Frees a C++ allocation which has not yet
had a constructor called. Read more
impl UniquePtrTarget for ObstacleDetectionEvent
impl WeakPtrTarget for ObstacleDetectionEvent
Auto Trait Implementations§
impl !Freeze for ObstacleDetectionEvent
impl !RefUnwindSafe for ObstacleDetectionEvent
impl !Send for ObstacleDetectionEvent
impl !Sync for ObstacleDetectionEvent
impl !Unpin for ObstacleDetectionEvent
impl UnsafeUnpin for ObstacleDetectionEvent
impl UnwindSafe for ObstacleDetectionEvent
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