Struct windows_sys::Perception::People::JointPose
[−]#[repr(C)]pub struct JointPose {
pub Orientation: Quaternion,
pub Position: Vector3,
pub Radius: f32,
pub Accuracy: JointPoseAccuracy,
}
Expand description
Required features: ‘Perception_People’, ‘Foundation_Numerics’
Fields
Orientation: Quaternion
Position: Vector3
Radius: f32
Accuracy: JointPoseAccuracy
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for JointPose
impl Send for JointPose
impl Sync for JointPose
impl Unpin for JointPose
impl UnwindSafe for JointPose
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more