#[repr(C)]pub struct SkSVGFeColorMatrix {
pub _base: SkSVGFe,
pub fType: SkSVGFeColorMatrixType,
pub fValues: SkSVGFeColorMatrixValues,
}Fields§
§_base: SkSVGFe§fType: SkSVGFeColorMatrixType§fValues: SkSVGFeColorMatrixValuesAuto Trait Implementations§
impl Freeze for SkSVGFeColorMatrix
impl !RefUnwindSafe for SkSVGFeColorMatrix
impl !Send for SkSVGFeColorMatrix
impl !Sync for SkSVGFeColorMatrix
impl Unpin for SkSVGFeColorMatrix
impl UnsafeUnpin for SkSVGFeColorMatrix
impl UnwindSafe for SkSVGFeColorMatrix
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