#[repr(C)]pub struct MarkerDetectorAprilTagInfoML {
pub ty: StructureType,
pub next: *const c_void,
pub april_tag_dict: MarkerAprilTagDictML,
}
Expand description
See XrMarkerDetectorAprilTagInfoML - defined by XR_ML_marker_understanding
Fields§
§ty: StructureType
§next: *const c_void
§april_tag_dict: MarkerAprilTagDictML
Implementations§
Source§impl MarkerDetectorAprilTagInfoML
impl MarkerDetectorAprilTagInfoML
pub const TYPE: StructureType = StructureType::MARKER_DETECTOR_APRIL_TAG_INFO_ML
Trait Implementations§
Source§impl Clone for MarkerDetectorAprilTagInfoML
impl Clone for MarkerDetectorAprilTagInfoML
Source§fn clone(&self) -> MarkerDetectorAprilTagInfoML
fn clone(&self) -> MarkerDetectorAprilTagInfoML
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 MarkerDetectorAprilTagInfoML
impl Debug for MarkerDetectorAprilTagInfoML
impl Copy for MarkerDetectorAprilTagInfoML
Auto Trait Implementations§
impl Freeze for MarkerDetectorAprilTagInfoML
impl RefUnwindSafe for MarkerDetectorAprilTagInfoML
impl !Send for MarkerDetectorAprilTagInfoML
impl !Sync for MarkerDetectorAprilTagInfoML
impl Unpin for MarkerDetectorAprilTagInfoML
impl UnwindSafe for MarkerDetectorAprilTagInfoML
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