pub struct TrackableTypeANDROID(/* private fields */);Expand description
Implementations§
Source§impl TrackableTypeANDROID
impl TrackableTypeANDROID
Sourcepub const NOT_VALID: TrackableTypeANDROID
pub const NOT_VALID: TrackableTypeANDROID
Indicates that the trackable is not valid.
Sourcepub const PLANE: TrackableTypeANDROID
pub const PLANE: TrackableTypeANDROID
Indicates that the trackable is a plane.
Sourcepub const DEPTH: TrackableTypeANDROID
pub const DEPTH: TrackableTypeANDROID
Indicates that the trackable is the perception depth buffer.
Sourcepub const OBJECT: TrackableTypeANDROID
pub const OBJECT: TrackableTypeANDROID
Indicates that the trackable is the object.
Sourcepub const MARKER: TrackableTypeANDROID
pub const MARKER: TrackableTypeANDROID
Indicates that the trackable is a marker.
pub fn from_raw(x: i32) -> Self
pub fn into_raw(self) -> i32
Trait Implementations§
Source§impl Clone for TrackableTypeANDROID
impl Clone for TrackableTypeANDROID
Source§fn clone(&self) -> TrackableTypeANDROID
fn clone(&self) -> TrackableTypeANDROID
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 TrackableTypeANDROID
impl Debug for TrackableTypeANDROID
Source§impl Default for TrackableTypeANDROID
impl Default for TrackableTypeANDROID
Source§fn default() -> TrackableTypeANDROID
fn default() -> TrackableTypeANDROID
Returns the “default value” for a type. Read more
Source§impl PartialEq for TrackableTypeANDROID
impl PartialEq for TrackableTypeANDROID
impl Copy for TrackableTypeANDROID
impl Eq for TrackableTypeANDROID
impl StructuralPartialEq for TrackableTypeANDROID
Auto Trait Implementations§
impl Freeze for TrackableTypeANDROID
impl RefUnwindSafe for TrackableTypeANDROID
impl Send for TrackableTypeANDROID
impl Sync for TrackableTypeANDROID
impl Unpin for TrackableTypeANDROID
impl UnwindSafe for TrackableTypeANDROID
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