#[repr(C)]pub struct MarkerDetectorStateML {
pub ty: StructureType,
pub next: *mut c_void,
pub state: MarkerDetectorStatusML,
}
Expand description
See XrMarkerDetectorStateML - defined by XR_ML_marker_understanding
Fields§
§ty: StructureType
§next: *mut c_void
§state: MarkerDetectorStatusML
Implementations§
Source§impl MarkerDetectorStateML
impl MarkerDetectorStateML
pub const TYPE: StructureType = StructureType::MARKER_DETECTOR_STATE_ML
Sourcepub fn out(next: *mut BaseOutStructure) -> MaybeUninit<Self>
pub fn out(next: *mut BaseOutStructure) -> MaybeUninit<Self>
Construct a partially-initialized value suitable for passing to OpenXR
Trait Implementations§
Source§impl Clone for MarkerDetectorStateML
impl Clone for MarkerDetectorStateML
Source§fn clone(&self) -> MarkerDetectorStateML
fn clone(&self) -> MarkerDetectorStateML
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 MarkerDetectorStateML
impl Debug for MarkerDetectorStateML
impl Copy for MarkerDetectorStateML
Auto Trait Implementations§
impl Freeze for MarkerDetectorStateML
impl RefUnwindSafe for MarkerDetectorStateML
impl !Send for MarkerDetectorStateML
impl !Sync for MarkerDetectorStateML
impl Unpin for MarkerDetectorStateML
impl UnwindSafe for MarkerDetectorStateML
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