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