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