pub enum RecognizedPoint3DGroupKey {
All,
}Expand description
Mirrors VNRecognizedPoint3DGroupKeyAll.
Variants§
All
Implementations§
Trait Implementations§
Source§impl AsRef<str> for RecognizedPoint3DGroupKey
impl AsRef<str> for RecognizedPoint3DGroupKey
Source§impl Clone for RecognizedPoint3DGroupKey
impl Clone for RecognizedPoint3DGroupKey
Source§fn clone(&self) -> RecognizedPoint3DGroupKey
fn clone(&self) -> RecognizedPoint3DGroupKey
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 RecognizedPoint3DGroupKey
impl Debug for RecognizedPoint3DGroupKey
Source§impl Display for RecognizedPoint3DGroupKey
impl Display for RecognizedPoint3DGroupKey
Source§impl Hash for RecognizedPoint3DGroupKey
impl Hash for RecognizedPoint3DGroupKey
Source§impl PartialEq for RecognizedPoint3DGroupKey
impl PartialEq for RecognizedPoint3DGroupKey
Source§fn eq(&self, other: &RecognizedPoint3DGroupKey) -> bool
fn eq(&self, other: &RecognizedPoint3DGroupKey) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for RecognizedPoint3DGroupKey
impl Eq for RecognizedPoint3DGroupKey
impl StructuralPartialEq for RecognizedPoint3DGroupKey
Auto Trait Implementations§
impl Freeze for RecognizedPoint3DGroupKey
impl RefUnwindSafe for RecognizedPoint3DGroupKey
impl Send for RecognizedPoint3DGroupKey
impl Sync for RecognizedPoint3DGroupKey
impl Unpin for RecognizedPoint3DGroupKey
impl UnsafeUnpin for RecognizedPoint3DGroupKey
impl UnwindSafe for RecognizedPoint3DGroupKey
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