#[repr(C)]pub struct SpatialMarkerDataEXT {
pub capability: SpatialCapabilityEXT,
pub marker_id: u32,
pub data: SpatialBufferEXT,
}Expand description
See XrSpatialMarkerDataEXT - defined by XR_EXT_spatial_marker_tracking
Fields§
§capability: SpatialCapabilityEXT§marker_id: u32§data: SpatialBufferEXTTrait Implementations§
Source§impl Clone for SpatialMarkerDataEXT
impl Clone for SpatialMarkerDataEXT
Source§fn clone(&self) -> SpatialMarkerDataEXT
fn clone(&self) -> SpatialMarkerDataEXT
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SpatialMarkerDataEXT
Source§impl Debug for SpatialMarkerDataEXT
impl Debug for SpatialMarkerDataEXT
Source§impl PartialEq for SpatialMarkerDataEXT
impl PartialEq for SpatialMarkerDataEXT
Source§fn eq(&self, other: &SpatialMarkerDataEXT) -> bool
fn eq(&self, other: &SpatialMarkerDataEXT) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SpatialMarkerDataEXT
Auto Trait Implementations§
impl Freeze for SpatialMarkerDataEXT
impl RefUnwindSafe for SpatialMarkerDataEXT
impl Send for SpatialMarkerDataEXT
impl Sync for SpatialMarkerDataEXT
impl Unpin for SpatialMarkerDataEXT
impl UnsafeUnpin for SpatialMarkerDataEXT
impl UnwindSafe for SpatialMarkerDataEXT
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