pub struct Composite {
pub(crate) input1: Input,
pub(crate) input2: Input,
pub(crate) operator: CompositeOperator,
}
Expand description
A composite filter primitive.
feComposite
element in the SVG.
Fields§
§input1: Input
§input2: Input
§operator: CompositeOperator
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Composite
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