#[repr(C)]pub struct BodySkeletonHTC {
pub ty: StructureType,
pub next: *mut c_void,
pub joint_count: u32,
pub joints: *mut BodySkeletonJointHTC,
}Expand description
See XrBodySkeletonHTC - defined by XR_HTC_body_tracking
Fields§
§ty: StructureType§next: *mut c_void§joint_count: u32§joints: *mut BodySkeletonJointHTCImplementations§
Source§impl BodySkeletonHTC
impl BodySkeletonHTC
pub const TYPE: StructureType = StructureType::BODY_SKELETON_HTC
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§
Source§impl Clone for BodySkeletonHTC
impl Clone for BodySkeletonHTC
Source§fn clone(&self) -> BodySkeletonHTC
fn clone(&self) -> BodySkeletonHTC
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 moreSource§impl Debug for BodySkeletonHTC
impl Debug for BodySkeletonHTC
impl Copy for BodySkeletonHTC
Auto Trait Implementations§
impl Freeze for BodySkeletonHTC
impl RefUnwindSafe for BodySkeletonHTC
impl !Send for BodySkeletonHTC
impl !Sync for BodySkeletonHTC
impl Unpin for BodySkeletonHTC
impl UnwindSafe for BodySkeletonHTC
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