pub struct XrPose {
pub orientation: [f32; 4],
pub position: [f32; 3],
}Fields§
§orientation: [f32; 4]§position: [f32; 3]Trait Implementations§
impl Copy for XrPose
Auto Trait Implementations§
impl Freeze for XrPose
impl RefUnwindSafe for XrPose
impl Send for XrPose
impl Sync for XrPose
impl Unpin for XrPose
impl UnsafeUnpin for XrPose
impl UnwindSafe for XrPose
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