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