pub struct FeDistantLight<'t> { /* private fields */ }Expand description
<feDistantLight>: Filter Effect: Distant Light SVG element
Implementations§
Source§impl<'t> FeDistantLight<'t>
<feDistantLight> items
impl<'t> FeDistantLight<'t>
<feDistantLight> items
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> FeDistantLight<'t>
Global SVG attributes
impl<'t> FeDistantLight<'t>
Global SVG attributes
Auto Trait Implementations§
impl<'t> !UnwindSafe for FeDistantLight<'t>
impl<'t> Freeze for FeDistantLight<'t>
impl<'t> RefUnwindSafe for FeDistantLight<'t>
impl<'t> Send for FeDistantLight<'t>
impl<'t> Sync for FeDistantLight<'t>
impl<'t> Unpin for FeDistantLight<'t>
impl<'t> UnsafeUnpin for FeDistantLight<'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