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