pub struct Lidar {
pub sampling_period_hz: f64,
pub noise: Option<f64>,
pub resolution: Option<f64>,
}Fields§
§sampling_period_hz: f64§noise: Option<f64>§resolution: Option<f64>Trait Implementations§
impl Copy for Lidar
Source§impl<'de> Deserialize<'de> for Lidar
impl<'de> Deserialize<'de> for Lidar
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl StructuralPartialEq for Lidar
Auto Trait Implementations§
impl Freeze for Lidar
impl RefUnwindSafe for Lidar
impl Send for Lidar
impl Sync for Lidar
impl Unpin for Lidar
impl UnsafeUnpin for Lidar
impl UnwindSafe for Lidar
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