pub struct MarkerTypeML(/* private fields */);
Expand description
See XrMarkerTypeML
Implementations§
Source§impl MarkerTypeML
impl MarkerTypeML
Sourcepub const ARUCO: MarkerTypeML
pub const ARUCO: MarkerTypeML
Aruco Marker detection and localization. The marker id of the Aruco marker is available via xrGetMarkerNumberML.
Sourcepub const APRIL_TAG: MarkerTypeML
pub const APRIL_TAG: MarkerTypeML
AprilTag detection and localization. The marker id of the AprilTags is available via xrGetMarkerNumberML.
Sourcepub const QR: MarkerTypeML
pub const QR: MarkerTypeML
QR code detection and localization. The contents of the QR code is available via xrGetMarkerStringML.
Sourcepub const EAN_13: MarkerTypeML
pub const EAN_13: MarkerTypeML
EAN-13, detection only, not locatable. The contents of the barcode is available via xrGetMarkerStringML.
Sourcepub const UPC_A: MarkerTypeML
pub const UPC_A: MarkerTypeML
UPC-A, detection only, not locatable. The contents of the barcode is available via xrGetMarkerStringML.
Sourcepub const CODE_128: MarkerTypeML
pub const CODE_128: MarkerTypeML
Code 128, detection only, not locatable. The contents of the barcode is available via xrGetMarkerStringML.
pub fn from_raw(x: i32) -> Self
pub fn into_raw(self) -> i32
Trait Implementations§
Source§impl Clone for MarkerTypeML
impl Clone for MarkerTypeML
Source§fn clone(&self) -> MarkerTypeML
fn clone(&self) -> MarkerTypeML
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 MarkerTypeML
impl Debug for MarkerTypeML
Source§impl PartialEq for MarkerTypeML
impl PartialEq for MarkerTypeML
impl Copy for MarkerTypeML
impl Eq for MarkerTypeML
impl StructuralPartialEq for MarkerTypeML
Auto Trait Implementations§
impl Freeze for MarkerTypeML
impl RefUnwindSafe for MarkerTypeML
impl Send for MarkerTypeML
impl Sync for MarkerTypeML
impl Unpin for MarkerTypeML
impl UnwindSafe for MarkerTypeML
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