pub enum FieldSemantic {
Show 16 variants
PositionX,
PositionY,
PositionZ,
NormalX,
NormalY,
NormalZ,
Intensity,
ColorR,
ColorG,
ColorB,
Curvature,
Ring,
TimeOffset,
Label,
Embedding,
Unknown,
}Expand description
Semantic meaning of a point field.
Variants§
PositionX
Position X coordinate.
PositionY
Position Y coordinate.
PositionZ
Position Z coordinate.
NormalX
Surface normal X component.
NormalY
Surface normal Y component.
NormalZ
Surface normal Z component.
Intensity
LiDAR intensity.
ColorR
Red color channel.
ColorG
Green color channel.
ColorB
Blue color channel.
Curvature
Estimated curvature.
Ring
LiDAR ring index.
TimeOffset
Per-point time offset.
Label
Segmentation or semantic label.
Embedding
Learned embedding component.
Unknown
Unknown or vendor-specific field.
Trait Implementations§
Source§impl Clone for FieldSemantic
impl Clone for FieldSemantic
Source§fn clone(&self) -> FieldSemantic
fn clone(&self) -> FieldSemantic
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 FieldSemantic
impl Debug for FieldSemantic
Source§impl<'de> Deserialize<'de> for FieldSemantic
impl<'de> Deserialize<'de> for FieldSemantic
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<FieldSemantic, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<FieldSemantic, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Hash for FieldSemantic
impl Hash for FieldSemantic
Source§impl PartialEq for FieldSemantic
impl PartialEq for FieldSemantic
Source§impl Serialize for FieldSemantic
impl Serialize for FieldSemantic
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl Copy for FieldSemantic
impl Eq for FieldSemantic
impl StructuralPartialEq for FieldSemantic
Auto Trait Implementations§
impl Freeze for FieldSemantic
impl RefUnwindSafe for FieldSemantic
impl Send for FieldSemantic
impl Sync for FieldSemantic
impl Unpin for FieldSemantic
impl UnsafeUnpin for FieldSemantic
impl UnwindSafe for FieldSemantic
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more