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