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: Input
Identifies input for the given filter primitive.
in
in the SVG.
input2: Input
Identifies input for the given filter primitive.
in2
in the SVG.
operator: CompositeOperator
A 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