Struct webrender_api::display_item::BlendPrimitive
source · #[repr(C)]pub struct BlendPrimitive {
pub input1: FilterPrimitiveInput,
pub input2: FilterPrimitiveInput,
pub mode: MixBlendMode,
}
Fields§
§input1: FilterPrimitiveInput
§input2: FilterPrimitiveInput
§mode: MixBlendMode
Trait Implementations§
source§impl Clone for BlendPrimitive
impl Clone for BlendPrimitive
source§fn clone(&self) -> BlendPrimitive
fn clone(&self) -> BlendPrimitive
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 BlendPrimitive
impl Debug for BlendPrimitive
source§impl Default for BlendPrimitive
impl Default for BlendPrimitive
source§fn default() -> BlendPrimitive
fn default() -> BlendPrimitive
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for BlendPrimitive
impl<'de> Deserialize<'de> for BlendPrimitive
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 BlendPrimitive
impl PartialEq for BlendPrimitive
source§fn eq(&self, other: &BlendPrimitive) -> bool
fn eq(&self, other: &BlendPrimitive) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Peek for BlendPrimitive
impl Peek for BlendPrimitive
source§impl Poke for BlendPrimitive
impl Poke for BlendPrimitive
source§impl Serialize for BlendPrimitive
impl Serialize for BlendPrimitive
impl Copy for BlendPrimitive
impl StructuralPartialEq for BlendPrimitive
Auto Trait Implementations§
impl Freeze for BlendPrimitive
impl RefUnwindSafe for BlendPrimitive
impl Send for BlendPrimitive
impl Sync for BlendPrimitive
impl Unpin for BlendPrimitive
impl UnwindSafe for BlendPrimitive
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