pub struct SpatialPlaneSemanticLabelEXT(/* private fields */);Expand description
Implementations§
Source§impl SpatialPlaneSemanticLabelEXT
impl SpatialPlaneSemanticLabelEXT
Sourcepub const UNCATEGORIZED: SpatialPlaneSemanticLabelEXT
pub const UNCATEGORIZED: SpatialPlaneSemanticLabelEXT
The runtime was unable to classify this entity.
Sourcepub const FLOOR: SpatialPlaneSemanticLabelEXT
pub const FLOOR: SpatialPlaneSemanticLabelEXT
The entity is a floor.
Sourcepub const WALL: SpatialPlaneSemanticLabelEXT
pub const WALL: SpatialPlaneSemanticLabelEXT
The entity is a wall.
Sourcepub const CEILING: SpatialPlaneSemanticLabelEXT
pub const CEILING: SpatialPlaneSemanticLabelEXT
The entity is a ceiling.
Sourcepub const TABLE: SpatialPlaneSemanticLabelEXT
pub const TABLE: SpatialPlaneSemanticLabelEXT
The entity is a table.
pub fn from_raw(x: i32) -> Self
pub fn into_raw(self) -> i32
Trait Implementations§
Source§impl Clone for SpatialPlaneSemanticLabelEXT
impl Clone for SpatialPlaneSemanticLabelEXT
Source§fn clone(&self) -> SpatialPlaneSemanticLabelEXT
fn clone(&self) -> SpatialPlaneSemanticLabelEXT
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 SpatialPlaneSemanticLabelEXT
impl Debug for SpatialPlaneSemanticLabelEXT
Source§impl PartialEq for SpatialPlaneSemanticLabelEXT
impl PartialEq for SpatialPlaneSemanticLabelEXT
Source§fn eq(&self, other: &SpatialPlaneSemanticLabelEXT) -> bool
fn eq(&self, other: &SpatialPlaneSemanticLabelEXT) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for SpatialPlaneSemanticLabelEXT
impl Eq for SpatialPlaneSemanticLabelEXT
impl StructuralPartialEq for SpatialPlaneSemanticLabelEXT
Auto Trait Implementations§
impl Freeze for SpatialPlaneSemanticLabelEXT
impl RefUnwindSafe for SpatialPlaneSemanticLabelEXT
impl Send for SpatialPlaneSemanticLabelEXT
impl Sync for SpatialPlaneSemanticLabelEXT
impl Unpin for SpatialPlaneSemanticLabelEXT
impl UnwindSafe for SpatialPlaneSemanticLabelEXT
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