Enum usvg_parser::EId
source · pub enum EId {
Show 53 variants
A,
Circle,
ClipPath,
Defs,
Ellipse,
FeBlend,
FeColorMatrix,
FeComponentTransfer,
FeComposite,
FeConvolveMatrix,
FeDiffuseLighting,
FeDisplacementMap,
FeDistantLight,
FeDropShadow,
FeFlood,
FeFuncA,
FeFuncB,
FeFuncG,
FeFuncR,
FeGaussianBlur,
FeImage,
FeMerge,
FeMergeNode,
FeMorphology,
FeOffset,
FePointLight,
FeSpecularLighting,
FeSpotLight,
FeTile,
FeTurbulence,
Filter,
G,
Image,
Line,
LinearGradient,
Marker,
Mask,
Path,
Pattern,
Polygon,
Polyline,
RadialGradient,
Rect,
Stop,
Style,
Svg,
Switch,
Symbol,
Text,
TextPath,
Tref,
Tspan,
Use,
}
Expand description
An element ID.
Variants§
A
Circle
ClipPath
Defs
Ellipse
FeBlend
FeColorMatrix
FeComponentTransfer
FeComposite
FeConvolveMatrix
FeDiffuseLighting
FeDisplacementMap
FeDistantLight
FeDropShadow
FeFlood
FeFuncA
FeFuncB
FeFuncG
FeFuncR
FeGaussianBlur
FeImage
FeMerge
FeMergeNode
FeMorphology
FeOffset
FePointLight
FeSpecularLighting
FeSpotLight
FeTile
FeTurbulence
Filter
G
Image
Line
LinearGradient
Marker
Mask
Path
Pattern
Polygon
Polyline
RadialGradient
Rect
Stop
Style
Svg
Switch
Symbol
Text
TextPath
Tref
Tspan
Use
Implementations§
source§impl EId
impl EId
sourcepub fn is_graphic(&self) -> bool
pub fn is_graphic(&self) -> bool
Checks if this is a graphics element.
sourcepub fn is_gradient(&self) -> bool
pub fn is_gradient(&self) -> bool
Checks if this is a gradient element.
sourcepub fn is_paint_server(&self) -> bool
pub fn is_paint_server(&self) -> bool
Checks if this is a paint server element.
Trait Implementations§
impl Copy for EId
impl StructuralPartialEq for EId
Auto Trait Implementations§
impl RefUnwindSafe for EId
impl Send for EId
impl Sync for EId
impl Unpin for EId
impl UnwindSafe for EId
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