#[repr(C)]pub struct SystemMarkerTrackingPropertiesVARJO {
pub ty: StructureType,
pub next: *mut c_void,
pub supports_marker_tracking: Bool32,
}Expand description
See XrSystemMarkerTrackingPropertiesVARJO - defined by XR_VARJO_marker_tracking
Fields
ty: StructureTypenext: *mut c_voidsupports_marker_tracking: Bool32Implementations
sourceimpl SystemMarkerTrackingPropertiesVARJO
impl SystemMarkerTrackingPropertiesVARJO
pub const TYPE: StructureType = StructureType::SYSTEM_MARKER_TRACKING_PROPERTIES_VARJO
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
sourceimpl Clone for SystemMarkerTrackingPropertiesVARJO
impl Clone for SystemMarkerTrackingPropertiesVARJO
sourcefn clone(&self) -> SystemMarkerTrackingPropertiesVARJO
fn clone(&self) -> SystemMarkerTrackingPropertiesVARJO
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SystemMarkerTrackingPropertiesVARJO
Auto Trait Implementations
impl RefUnwindSafe for SystemMarkerTrackingPropertiesVARJO
impl !Send for SystemMarkerTrackingPropertiesVARJO
impl !Sync for SystemMarkerTrackingPropertiesVARJO
impl Unpin for SystemMarkerTrackingPropertiesVARJO
impl UnwindSafe for SystemMarkerTrackingPropertiesVARJO
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more