Struct webrender_api::display_item::ColorMatrixPrimitive
source · #[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 copy 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§fn eq(&self, other: &ColorMatrixPrimitive) -> bool
fn eq(&self, other: &ColorMatrixPrimitive) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.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