Struct tiny_skia_path::f32x4_t::f32x4
source · #[repr(C, align(16))]pub struct f32x4(pub [f32; 4]);
Tuple Fields§
§0: [f32; 4]
Implementations§
Trait Implementations§
source§impl AddAssign for f32x4
impl AddAssign for f32x4
source§fn add_assign(&mut self, rhs: f32x4)
fn add_assign(&mut self, rhs: f32x4)
Performs the
+=
operation. Read moresource§impl MulAssign for f32x4
impl MulAssign for f32x4
source§fn mul_assign(&mut self, rhs: f32x4)
fn mul_assign(&mut self, rhs: f32x4)
Performs the
*=
operation. Read moreimpl Copy for f32x4
impl StructuralPartialEq for f32x4
Auto Trait Implementations§
impl Freeze for f32x4
impl RefUnwindSafe for f32x4
impl Send for f32x4
impl Sync for f32x4
impl Unpin for f32x4
impl UnwindSafe for f32x4
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)