pub enum LidarOutput {
Ranges,
Points,
}Variants§
Trait Implementations§
Source§impl Clone for LidarOutput
impl Clone for LidarOutput
Source§fn clone(&self) -> LidarOutput
fn clone(&self) -> LidarOutput
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for LidarOutput
Source§impl Debug for LidarOutput
impl Debug for LidarOutput
Source§impl<'de> Deserialize<'de> for LidarOutput
impl<'de> Deserialize<'de> for LidarOutput
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 Eq for LidarOutput
Source§impl PartialEq for LidarOutput
impl PartialEq for LidarOutput
Source§impl Serialize for LidarOutput
impl Serialize for LidarOutput
impl StructuralPartialEq for LidarOutput
Auto Trait Implementations§
impl Freeze for LidarOutput
impl RefUnwindSafe for LidarOutput
impl Send for LidarOutput
impl Sync for LidarOutput
impl Unpin for LidarOutput
impl UnsafeUnpin for LidarOutput
impl UnwindSafe for LidarOutput
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