#[repr(C)]pub struct ovrQuatf {
pub _align: [u32; 0],
pub x: f32,
pub y: f32,
pub z: f32,
pub w: f32,
}Expand description
A quaternion rotation.
Fields§
§_align: [u32; 0]§x: f32§y: f32§z: f32§w: f32Trait Implementations§
Auto Trait Implementations§
impl Freeze for ovrQuatf
impl RefUnwindSafe for ovrQuatf
impl Send for ovrQuatf
impl Sync for ovrQuatf
impl Unpin for ovrQuatf
impl UnwindSafe for ovrQuatf
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