Struct components::path::Length [−][src]
pub struct Length {
pub num: f64,
pub unit: LengthUnit,
}Representation of the <length> type.
Fields
num: f64unit: LengthUnitImplementations
Trait Implementations
impl StructuralPartialEq for Length[src]
impl StructuralPartialEq for Length[src]impl WriteBuffer for Length[src]
impl WriteBuffer for Length[src]pub fn write_buf_opt(&self, opt: &WriteOptions, buf: &mut Vec<u8, Global>)[src]
pub fn write_buf(&self, buf: &mut Vec<u8, Global>)[src]
pub fn with_write_opt(&'a self, opt: &'a WriteOptions) -> DisplaySvg<'a, Self>[src]
Auto Trait Implementations
impl RefUnwindSafe for Length
impl RefUnwindSafe for Lengthimpl UnwindSafe for Length
impl UnwindSafe for LengthBlanket Implementations
impl<Fr, To> IntoColor<To> for Fr where
To: FromColor<Fr>,
impl<Fr, To> IntoColor<To> for Fr where
To: FromColor<Fr>, pub fn into_color(self) -> To
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,