pub struct Composite {
pub input1: Input,
pub input2: Input,
pub operator: CompositeOperator,
}Expand description
A composite filter primitive.
feComposite element in the SVG.
Fields§
§input1: InputIdentifies input for the given filter primitive.
in in the SVG.
input2: InputIdentifies input for the given filter primitive.
in2 in the SVG.
operator: CompositeOperatorA compositing operation.
operator in the SVG.
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Composite
impl Send for Composite
impl Sync for Composite
impl Unpin for Composite
impl UnwindSafe for Composite
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