#[repr(C)]pub struct ColorMatrixPrimitive {
    pub input: FilterPrimitiveInput,
    pub matrix: [f32; 20],
}Expand description
cbindgen:derive-eq=false
Fields§
§input: FilterPrimitiveInput§matrix: [f32; 20]Trait Implementations§
Source§impl Clone for ColorMatrixPrimitive
 
impl Clone for ColorMatrixPrimitive
Source§fn clone(&self) -> ColorMatrixPrimitive
 
fn clone(&self) -> ColorMatrixPrimitive
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moreSource§impl Debug for ColorMatrixPrimitive
 
impl Debug for ColorMatrixPrimitive
Source§impl Default for ColorMatrixPrimitive
 
impl Default for ColorMatrixPrimitive
Source§fn default() -> ColorMatrixPrimitive
 
fn default() -> ColorMatrixPrimitive
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ColorMatrixPrimitive
 
impl<'de> Deserialize<'de> for ColorMatrixPrimitive
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
    __D: Deserializer<'de>,
 
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
    __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for ColorMatrixPrimitive
 
impl PartialEq for ColorMatrixPrimitive
Source§impl Peek for ColorMatrixPrimitive
 
impl Peek for ColorMatrixPrimitive
Source§impl Poke for ColorMatrixPrimitive
 
impl Poke for ColorMatrixPrimitive
Source§impl Serialize for ColorMatrixPrimitive
 
impl Serialize for ColorMatrixPrimitive
impl Copy for ColorMatrixPrimitive
impl StructuralPartialEq for ColorMatrixPrimitive
Auto Trait Implementations§
impl Freeze for ColorMatrixPrimitive
impl RefUnwindSafe for ColorMatrixPrimitive
impl Send for ColorMatrixPrimitive
impl Sync for ColorMatrixPrimitive
impl Unpin for ColorMatrixPrimitive
impl UnwindSafe for ColorMatrixPrimitive
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