Struct openxr_sys::ViveTrackerPathsHTCX
source · [−]#[repr(C)]pub struct ViveTrackerPathsHTCX {
pub ty: StructureType,
pub next: *mut c_void,
pub persistent_path: Path,
pub role_path: Path,
}Expand description
See XrViveTrackerPathsHTCX - defined by XR_HTCX_vive_tracker_interaction
Fields
ty: StructureTypenext: *mut c_voidpersistent_path: Pathrole_path: PathImplementations
sourceimpl ViveTrackerPathsHTCX
impl ViveTrackerPathsHTCX
pub const TYPE: StructureType = StructureType::VIVE_TRACKER_PATHS_HTCX
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 ViveTrackerPathsHTCX
impl Clone for ViveTrackerPathsHTCX
sourcefn clone(&self) -> ViveTrackerPathsHTCX
fn clone(&self) -> ViveTrackerPathsHTCX
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 moresourceimpl Debug for ViveTrackerPathsHTCX
impl Debug for ViveTrackerPathsHTCX
impl Copy for ViveTrackerPathsHTCX
Auto Trait Implementations
impl RefUnwindSafe for ViveTrackerPathsHTCX
impl !Send for ViveTrackerPathsHTCX
impl !Sync for ViveTrackerPathsHTCX
impl Unpin for ViveTrackerPathsHTCX
impl UnwindSafe for ViveTrackerPathsHTCX
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