Struct webxr_api::JointFrame
source · pub struct JointFrame {
pub pose: RigidTransform3D<f32, HandSpace, Native>,
pub radius: f32,
}
Fields§
§pose: RigidTransform3D<f32, HandSpace, Native>
§radius: f32
Trait Implementations§
source§impl Clone for JointFrame
impl Clone for JointFrame
source§fn clone(&self) -> JointFrame
fn clone(&self) -> JointFrame
Returns a copy 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 JointFrame
impl Debug for JointFrame
source§impl Default for JointFrame
impl Default for JointFrame
source§impl<'de> Deserialize<'de> for JointFrame
impl<'de> Deserialize<'de> for JointFrame
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Serialize for JointFrame
impl Serialize for JointFrame
impl Copy for JointFrame
Auto Trait Implementations§
impl Freeze for JointFrame
impl RefUnwindSafe for JointFrame
impl Send for JointFrame
impl Sync for JointFrame
impl Unpin for JointFrame
impl UnwindSafe for JointFrame
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