#[repr(C)]pub struct BodyJointLocationsBD {
pub ty: StructureType,
pub next: *mut c_void,
pub all_joint_poses_tracked: Bool32,
pub joint_location_count: u32,
pub joint_locations: *mut BodyJointLocationBD,
}Expand description
See XrBodyJointLocationsBD - defined by XR_BD_body_tracking
Fields§
§ty: StructureType§next: *mut c_void§all_joint_poses_tracked: Bool32§joint_location_count: u32§joint_locations: *mut BodyJointLocationBDImplementations§
Source§impl BodyJointLocationsBD
impl BodyJointLocationsBD
pub const TYPE: StructureType = StructureType::BODY_JOINT_LOCATIONS_BD
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 BodyJointLocationsBD
impl Clone for BodyJointLocationsBD
Source§fn clone(&self) -> BodyJointLocationsBD
fn clone(&self) -> BodyJointLocationsBD
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 BodyJointLocationsBD
impl Debug for BodyJointLocationsBD
impl Copy for BodyJointLocationsBD
Auto Trait Implementations§
impl Freeze for BodyJointLocationsBD
impl RefUnwindSafe for BodyJointLocationsBD
impl !Send for BodyJointLocationsBD
impl !Sync for BodyJointLocationsBD
impl Unpin for BodyJointLocationsBD
impl UnwindSafe for BodyJointLocationsBD
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