pub struct PlaneDetectorOrientationEXT(/* private fields */);
Expand description
Implementations§
Source§impl PlaneDetectorOrientationEXT
impl PlaneDetectorOrientationEXT
Sourcepub const HORIZONTAL_UPWARD: PlaneDetectorOrientationEXT
pub const HORIZONTAL_UPWARD: PlaneDetectorOrientationEXT
The detected plane is horizontal and faces upward (e.g. floor).
Sourcepub const HORIZONTAL_DOWNWARD: PlaneDetectorOrientationEXT
pub const HORIZONTAL_DOWNWARD: PlaneDetectorOrientationEXT
The detected plane is horizontal and faces downward (e.g. ceiling).
Sourcepub const VERTICAL: PlaneDetectorOrientationEXT
pub const VERTICAL: PlaneDetectorOrientationEXT
The detected plane is vertical (e.g. wall).
Sourcepub const ARBITRARY: PlaneDetectorOrientationEXT
pub const ARBITRARY: PlaneDetectorOrientationEXT
The detected plane has an arbitrary, non-vertical and non-horizontal orientation.
pub fn from_raw(x: i32) -> PlaneDetectorOrientationEXT
pub fn into_raw(self) -> i32
Trait Implementations§
Source§impl Clone for PlaneDetectorOrientationEXT
impl Clone for PlaneDetectorOrientationEXT
Source§fn clone(&self) -> PlaneDetectorOrientationEXT
fn clone(&self) -> PlaneDetectorOrientationEXT
Returns a copy 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 PlaneDetectorOrientationEXT
impl Debug for PlaneDetectorOrientationEXT
impl Copy for PlaneDetectorOrientationEXT
impl Eq for PlaneDetectorOrientationEXT
impl StructuralPartialEq for PlaneDetectorOrientationEXT
Auto Trait Implementations§
impl Freeze for PlaneDetectorOrientationEXT
impl RefUnwindSafe for PlaneDetectorOrientationEXT
impl Send for PlaneDetectorOrientationEXT
impl Sync for PlaneDetectorOrientationEXT
impl Unpin for PlaneDetectorOrientationEXT
impl UnwindSafe for PlaneDetectorOrientationEXT
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