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