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