Struct makepad_live_compiler::live_eval::math_f32::Quat
source · pub struct Quat {
pub a: f32,
pub b: f32,
pub c: f32,
pub d: f32,
}
Fields§
§a: f32
§b: f32
§c: f32
§d: f32
Implementations§
Trait Implementations§
source§impl PartialEq<Quat> for Quat
impl PartialEq<Quat> for Quat
impl Copy for Quat
impl StructuralPartialEq for Quat
Auto Trait Implementations§
impl RefUnwindSafe for Quat
impl Send for Quat
impl Sync for Quat
impl Unpin for Quat
impl UnwindSafe for Quat
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