#[repr(C)]pub struct MarkerDetectorCustomProfileInfoML {
pub ty: StructureType,
pub next: *const c_void,
pub fps_hint: MarkerDetectorFpsML,
pub resolution_hint: MarkerDetectorResolutionML,
pub camera_hint: MarkerDetectorCameraML,
pub corner_refine_method: MarkerDetectorCornerRefineMethodML,
pub use_edge_refinement: Bool32,
pub full_analysis_interval_hint: MarkerDetectorFullAnalysisIntervalML,
}
Expand description
See XrMarkerDetectorCustomProfileInfoML - defined by XR_ML_marker_understanding
Fields§
§ty: StructureType
§next: *const c_void
§fps_hint: MarkerDetectorFpsML
§resolution_hint: MarkerDetectorResolutionML
§camera_hint: MarkerDetectorCameraML
§corner_refine_method: MarkerDetectorCornerRefineMethodML
§use_edge_refinement: Bool32
§full_analysis_interval_hint: MarkerDetectorFullAnalysisIntervalML
Implementations§
Source§impl MarkerDetectorCustomProfileInfoML
impl MarkerDetectorCustomProfileInfoML
pub const TYPE: StructureType = StructureType::MARKER_DETECTOR_CUSTOM_PROFILE_INFO_ML
Trait Implementations§
Source§impl Clone for MarkerDetectorCustomProfileInfoML
impl Clone for MarkerDetectorCustomProfileInfoML
Source§fn clone(&self) -> MarkerDetectorCustomProfileInfoML
fn clone(&self) -> MarkerDetectorCustomProfileInfoML
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 moreimpl Copy for MarkerDetectorCustomProfileInfoML
Auto Trait Implementations§
impl Freeze for MarkerDetectorCustomProfileInfoML
impl RefUnwindSafe for MarkerDetectorCustomProfileInfoML
impl !Send for MarkerDetectorCustomProfileInfoML
impl !Sync for MarkerDetectorCustomProfileInfoML
impl Unpin for MarkerDetectorCustomProfileInfoML
impl UnwindSafe for MarkerDetectorCustomProfileInfoML
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