pub struct PlaneLabelANDROID(/* private fields */);Expand description
Implementations§
Source§impl PlaneLabelANDROID
impl PlaneLabelANDROID
Sourcepub const UNKNOWN: PlaneLabelANDROID
pub const UNKNOWN: PlaneLabelANDROID
It was not possible to label the plane
Sourcepub const WALL: PlaneLabelANDROID
pub const WALL: PlaneLabelANDROID
The plane is a wall.
Sourcepub const FLOOR: PlaneLabelANDROID
pub const FLOOR: PlaneLabelANDROID
The plane is a floor.
Sourcepub const CEILING: PlaneLabelANDROID
pub const CEILING: PlaneLabelANDROID
The plane is a ceiling.
Sourcepub const TABLE: PlaneLabelANDROID
pub const TABLE: PlaneLabelANDROID
The plane is a table.
pub fn from_raw(x: i32) -> PlaneLabelANDROID
pub fn into_raw(self) -> i32
Trait Implementations§
Source§impl Clone for PlaneLabelANDROID
impl Clone for PlaneLabelANDROID
Source§fn clone(&self) -> PlaneLabelANDROID
fn clone(&self) -> PlaneLabelANDROID
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 PlaneLabelANDROID
impl Debug for PlaneLabelANDROID
Source§impl Default for PlaneLabelANDROID
impl Default for PlaneLabelANDROID
Source§fn default() -> PlaneLabelANDROID
fn default() -> PlaneLabelANDROID
Returns the “default value” for a type. Read more
Source§impl PartialEq for PlaneLabelANDROID
impl PartialEq for PlaneLabelANDROID
impl Copy for PlaneLabelANDROID
impl Eq for PlaneLabelANDROID
impl StructuralPartialEq for PlaneLabelANDROID
Auto Trait Implementations§
impl Freeze for PlaneLabelANDROID
impl RefUnwindSafe for PlaneLabelANDROID
impl Send for PlaneLabelANDROID
impl Sync for PlaneLabelANDROID
impl Unpin for PlaneLabelANDROID
impl UnwindSafe for PlaneLabelANDROID
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