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