Struct windows_sys::Perception::People::HandMeshVertex
[−]Expand description
Required features: "Perception_People"
, "Foundation_Numerics"
Fields
Position: Vector3
Normal: Vector3
Trait Implementations
impl Clone for HandMeshVertex
impl Clone for HandMeshVertex
impl Copy for HandMeshVertex
Auto Trait Implementations
impl RefUnwindSafe for HandMeshVertex
impl Send for HandMeshVertex
impl Sync for HandMeshVertex
impl Unpin for HandMeshVertex
impl UnwindSafe for HandMeshVertex
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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