pub type SegmentMask = PathSegmentMask;Expand description
SegmentMask constants correspond to each drawing Verb type in crate::Path; for instance, if
crate::Path only contains lines, only the crate::path::SegmentMask::LINE bit is set.
Aliased Typeยง
pub struct SegmentMask(/* private fields */);