pub struct FeFuncR<'t> { /* private fields */ }Expand description
<feFuncR>: Filter Effect: Red Transfer SVG element
Implementations§
Source§impl<'t> FeFuncR<'t>
<feFuncR> items
impl<'t> FeFuncR<'t>
<feFuncR> items
Sourcepub fn table_values<'a, V>(&mut self, val: V) -> &mut Self
pub fn table_values<'a, V>(&mut self, val: V) -> &mut Self
Add tableValues attribute
Sourcepub fn comment<'v, V>(&mut self, com: V) -> &mut Self
pub fn comment<'v, V>(&mut self, com: V) -> &mut Self
Add a comment
These characters will be replaced with entities:
-⇨‐<⇨<>⇨>
Source§impl<'t> FeFuncR<'t>
Global SVG attributes
impl<'t> FeFuncR<'t>
Global SVG attributes
Auto Trait Implementations§
impl<'t> !UnwindSafe for FeFuncR<'t>
impl<'t> Freeze for FeFuncR<'t>
impl<'t> RefUnwindSafe for FeFuncR<'t>
impl<'t> Send for FeFuncR<'t>
impl<'t> Sync for FeFuncR<'t>
impl<'t> Unpin for FeFuncR<'t>
impl<'t> UnsafeUnpin for FeFuncR<'t>
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