Struct webots_bindings::WbRadarTarget [−][src]
#[repr(C)]pub struct WbRadarTarget {
pub distance: f64,
pub received_power: f64,
pub speed: f64,
pub azimuth: f64,
}Fields
distance: f64received_power: f64speed: f64azimuth: f64Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for WbRadarTarget
impl Send for WbRadarTarget
impl Sync for WbRadarTarget
impl Unpin for WbRadarTarget
impl UnwindSafe for WbRadarTarget
Blanket Implementations
Mutably borrows from an owned value. Read more
