Struct webots_bindings::WbLidarPoint [−][src]
#[repr(C)]pub struct WbLidarPoint {
pub x: f32,
pub y: f32,
pub z: f32,
pub layer_id: c_int,
pub time: f32,
}Fields
x: f32y: f32z: f32layer_id: c_inttime: f32Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for WbLidarPoint
impl Send for WbLidarPoint
impl Sync for WbLidarPoint
impl Unpin for WbLidarPoint
impl UnwindSafe for WbLidarPoint
Blanket Implementations
Mutably borrows from an owned value. Read more
