#[repr(C)]pub struct b3Quat {
pub v: b3Vec3,
pub s: f32,
}Expand description
A quaternion.
Fields§
§v: b3Vec3§s: f32Trait Implementations§
Auto Trait Implementations§
impl Freeze for b3Quat
impl RefUnwindSafe for b3Quat
impl Send for b3Quat
impl Sync for b3Quat
impl Unpin for b3Quat
impl UnsafeUnpin for b3Quat
impl UnwindSafe for b3Quat
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