#[repr(C)]pub struct ovrPosef {
pub _align: [u32; 0],
pub Orientation: ovrQuatf,
pub Position: ovrVector3f,
}Expand description
Position and orientation together.
Fields§
§_align: [u32; 0]§Orientation: ovrQuatf§Position: ovrVector3fTrait Implementations§
Auto Trait Implementations§
impl Freeze for ovrPosef
impl RefUnwindSafe for ovrPosef
impl Send for ovrPosef
impl Sync for ovrPosef
impl Unpin for ovrPosef
impl UnwindSafe for ovrPosef
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