Struct components::path::DisplaySvg [−][src]
pub struct DisplaySvg<'a, T> where
T: 'a + WriteBuffer, { /* fields omitted */ }A wrapper to use fmt::Display with WriteOptions.
Should be used via WriteBuffer::with_write_opt.
Example
Trait Implementations
impl<'a, T> Debug for DisplaySvg<'a, T> where
T: WriteBuffer, [src]
impl<'a, T> Debug for DisplaySvg<'a, T> where
T: WriteBuffer, [src]impl<'a, T> Display for DisplaySvg<'a, T> where
T: WriteBuffer, [src]
impl<'a, T> Display for DisplaySvg<'a, T> where
T: WriteBuffer, [src]Auto Trait Implementations
impl<'a, T> RefUnwindSafe for DisplaySvg<'a, T> where
T: RefUnwindSafe,
impl<'a, T> RefUnwindSafe for DisplaySvg<'a, T> where
T: RefUnwindSafe, impl<'a, T> Send for DisplaySvg<'a, T> where
T: Sync,
impl<'a, T> Send for DisplaySvg<'a, T> where
T: Sync, impl<'a, T> Sync for DisplaySvg<'a, T> where
T: Sync,
impl<'a, T> Sync for DisplaySvg<'a, T> where
T: Sync, impl<'a, T> Unpin for DisplaySvg<'a, T>
impl<'a, T> Unpin for DisplaySvg<'a, T>impl<'a, T> UnwindSafe for DisplaySvg<'a, T> where
T: RefUnwindSafe,
impl<'a, T> UnwindSafe for DisplaySvg<'a, T> where
T: RefUnwindSafe, Blanket 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>,