[][src]Trait skia_safe::matrix44::MapScalars

pub trait MapScalars<T> {
    fn map_scalars(&self, v: T);
}

Required methods

fn map_scalars(&self, v: T)

Loading content...

Implementors

impl<'_> MapScalars<&'_ mut [f32; 4]> for Matrix44[src]

impl<'_, '_> MapScalars<(&'_ [f32; 4], &'_ mut [f32; 4])> for Matrix44[src]

Loading content...