#[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: StructureType
§next: *const c_void
§marker_id: u64
§is_active: Bool32
§is_predicted: Bool32
§time: Time
Implementations§
Source§impl EventDataMarkerTrackingUpdateVARJO
impl EventDataMarkerTrackingUpdateVARJO
pub const TYPE: StructureType = StructureType::EVENT_DATA_MARKER_TRACKING_UPDATE_VARJO
Trait Implementations§
Source§impl Clone for EventDataMarkerTrackingUpdateVARJO
impl Clone for EventDataMarkerTrackingUpdateVARJO
Source§fn clone(&self) -> EventDataMarkerTrackingUpdateVARJO
fn clone(&self) -> EventDataMarkerTrackingUpdateVARJO
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 moreimpl Copy for EventDataMarkerTrackingUpdateVARJO
Auto Trait Implementations§
impl Freeze for EventDataMarkerTrackingUpdateVARJO
impl RefUnwindSafe for EventDataMarkerTrackingUpdateVARJO
impl !Send for EventDataMarkerTrackingUpdateVARJO
impl !Sync for EventDataMarkerTrackingUpdateVARJO
impl Unpin for EventDataMarkerTrackingUpdateVARJO
impl UnwindSafe for EventDataMarkerTrackingUpdateVARJO
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