pub struct FeDiffuseLighting<'t> { /* private fields */ }Expand description
<feDiffuseLighting>: Filter Effect: Diffuse Lighting SVG element
Implementations§
Source§impl<'t> FeDiffuseLighting<'t>
<feDiffuseLighting> items
impl<'t> FeDiffuseLighting<'t>
<feDiffuseLighting> items
Sourcepub fn surface_scale<'a, V>(&mut self, val: V) -> &mut Self
pub fn surface_scale<'a, V>(&mut self, val: V) -> &mut Self
Add surfaceScale attribute
Sourcepub fn diffuse_constant<'a, V>(&mut self, val: V) -> &mut Self
pub fn diffuse_constant<'a, V>(&mut self, val: V) -> &mut Self
Add diffuseConstant attribute
Sourcepub fn kernel_unit_length<'a, V>(&mut self, val: V) -> &mut Self
pub fn kernel_unit_length<'a, V>(&mut self, val: V) -> &mut Self
Add kernelUnitLength attribute
Sourcepub fn fe_distant_light(&mut self) -> FeDistantLight<'_>
pub fn fe_distant_light(&mut self) -> FeDistantLight<'_>
Add FeDistantLight child element
Sourcepub fn fe_point_light(&mut self) -> FePointLight<'_>
pub fn fe_point_light(&mut self) -> FePointLight<'_>
Add FePointLight child element
Sourcepub fn fe_spot_light(&mut self) -> FeSpotLight<'_>
pub fn fe_spot_light(&mut self) -> FeSpotLight<'_>
Add FeSpotLight child element
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> FeDiffuseLighting<'t>
Global SVG attributes
impl<'t> FeDiffuseLighting<'t>
Global SVG attributes
Auto Trait Implementations§
impl<'t> !UnwindSafe for FeDiffuseLighting<'t>
impl<'t> Freeze for FeDiffuseLighting<'t>
impl<'t> RefUnwindSafe for FeDiffuseLighting<'t>
impl<'t> Send for FeDiffuseLighting<'t>
impl<'t> Sync for FeDiffuseLighting<'t>
impl<'t> Unpin for FeDiffuseLighting<'t>
impl<'t> UnsafeUnpin for FeDiffuseLighting<'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