Struct carla_sys::carla::client::LaneInvasionSensor
source · #[repr(C)]pub struct LaneInvasionSensor { /* private fields */ }Implementations§
source§impl LaneInvasionSensor
impl LaneInvasionSensor
sourcepub fn Stop(self: Pin<&mut LaneInvasionSensor>)
pub fn Stop(self: Pin<&mut LaneInvasionSensor>)
Stop listening for new measurements.
sourcepub fn IsListening(self: &LaneInvasionSensor) -> bool
pub fn IsListening(self: &LaneInvasionSensor) -> bool
Return whether this Sensor instance is currently listening to the associated sensor in the simulator.
Trait Implementations§
source§impl Drop for LaneInvasionSensor
impl Drop for LaneInvasionSensor
source§fn drop(self: &mut LaneInvasionSensor)
fn drop(self: &mut LaneInvasionSensor)
Executes the destructor for this type. Read more
source§impl ExternType for LaneInvasionSensor
impl ExternType for LaneInvasionSensor
source§impl MakeCppStorage for LaneInvasionSensor
impl MakeCppStorage for LaneInvasionSensor
source§unsafe fn allocate_uninitialized_cpp_storage() -> *mut LaneInvasionSensor
unsafe fn allocate_uninitialized_cpp_storage() -> *mut LaneInvasionSensor
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 LaneInvasionSensor)
unsafe fn free_uninitialized_cpp_storage(arg0: *mut LaneInvasionSensor)
Frees a C++ allocation which has not yet
had a constructor called. Read more