#[repr(C)]pub struct BodySkeletonJointHTC {
pub pose: Posef,
}Expand description
Fields§
§pose: PosefTrait Implementations§
Source§impl Clone for BodySkeletonJointHTC
impl Clone for BodySkeletonJointHTC
Source§fn clone(&self) -> BodySkeletonJointHTC
fn clone(&self) -> BodySkeletonJointHTC
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 BodySkeletonJointHTC
impl Debug for BodySkeletonJointHTC
Source§impl Default for BodySkeletonJointHTC
impl Default for BodySkeletonJointHTC
Source§fn default() -> BodySkeletonJointHTC
fn default() -> BodySkeletonJointHTC
Returns the “default value” for a type. Read more
Source§impl PartialEq for BodySkeletonJointHTC
impl PartialEq for BodySkeletonJointHTC
impl Copy for BodySkeletonJointHTC
impl StructuralPartialEq for BodySkeletonJointHTC
Auto Trait Implementations§
impl Freeze for BodySkeletonJointHTC
impl RefUnwindSafe for BodySkeletonJointHTC
impl Send for BodySkeletonJointHTC
impl Sync for BodySkeletonJointHTC
impl Unpin for BodySkeletonJointHTC
impl UnwindSafe for BodySkeletonJointHTC
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