#[repr(C)]pub struct EventDataMarkerTrackingUpdateVARJO {
pub ty: StructureType,
pub next: *const c_void,
pub marker_id: u64,
pub is_active: Bool32,
pub is_predicted: Bool32,
pub time: Time,
}Expand description
See XrEventDataMarkerTrackingUpdateVARJO - defined by XR_VARJO_marker_tracking
Fields
ty: StructureTypenext: *const c_voidmarker_id: u64is_active: Bool32is_predicted: Bool32time: TimeImplementations
sourceimpl EventDataMarkerTrackingUpdateVARJO
impl EventDataMarkerTrackingUpdateVARJO
pub const TYPE: StructureType = StructureType::EVENT_DATA_MARKER_TRACKING_UPDATE_VARJO
Trait Implementations
sourceimpl Clone for EventDataMarkerTrackingUpdateVARJO
impl Clone for EventDataMarkerTrackingUpdateVARJO
sourcefn clone(&self) -> EventDataMarkerTrackingUpdateVARJO
fn clone(&self) -> EventDataMarkerTrackingUpdateVARJO
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 EventDataMarkerTrackingUpdateVARJO
Auto Trait Implementations
impl RefUnwindSafe for EventDataMarkerTrackingUpdateVARJO
impl !Send for EventDataMarkerTrackingUpdateVARJO
impl !Sync for EventDataMarkerTrackingUpdateVARJO
impl Unpin for EventDataMarkerTrackingUpdateVARJO
impl UnwindSafe for EventDataMarkerTrackingUpdateVARJO
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