#[repr(C)]pub struct WbLidarPoint {
pub x: f32,
pub y: f32,
pub z: f32,
pub layer_id: c_int,
pub time: f32,
}Fields§
§x: f32§y: f32§z: f32§layer_id: c_int§time: f32Trait Implementations§
Source§impl Clone for WbLidarPoint
impl Clone for WbLidarPoint
Source§fn clone(&self) -> WbLidarPoint
fn clone(&self) -> WbLidarPoint
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for WbLidarPoint
impl Debug for WbLidarPoint
impl Copy for WbLidarPoint
Auto Trait Implementations§
impl Freeze for WbLidarPoint
impl RefUnwindSafe for WbLidarPoint
impl Send for WbLidarPoint
impl Sync for WbLidarPoint
impl Unpin for WbLidarPoint
impl UnwindSafe for WbLidarPoint
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