pub struct Tile {
pub input: Input,
}
Expand description
A tile filter primitive.
feTile
element in the SVG.
Fields§
§input: Input
Identifies input for the given filter primitive.
in
in the SVG.
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Tile
impl Send for Tile
impl Sync for Tile
impl Unpin for Tile
impl UnwindSafe for Tile
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