pub type OffsetPath = GenericOffsetPath<OffsetPathFunction>;Expand description
The computed value of offset-path.
Aliased Type§
#[repr(C, u8)]pub enum OffsetPath {
OffsetPath {
path: Box<GenericOffsetPathFunction<GenericBasicShape<Angle, GenericPosition<LengthPercentage, LengthPercentage>, LengthPercentage, GenericInsetRect<LengthPercentage>>, GenericRayFunction<Angle, GenericPosition<LengthPercentage, LengthPercentage>>, ComputedUrl>>,
coord_box: CoordBox,
},
CoordBox(CoordBox),
None,
}Variants§
OffsetPath
Fields
CoordBox(CoordBox)
Only
None
None value.