Struct pdf_extract::SVGOutput
source · [−]pub struct SVGOutput<'a> { /* private fields */ }Implementations
Trait Implementations
sourceimpl<'a> OutputDev for SVGOutput<'a>
impl<'a> OutputDev for SVGOutput<'a>
fn begin_page(
&mut self,
_page_num: u32,
media_box: &MediaBox,
art_box: Option<(f64, f64, f64, f64)>
) -> Result<(), OutputError>
fn end_page(&mut self) -> Result<(), OutputError>
fn output_character(
&mut self,
_trm: &Transform,
_width: f64,
_spacing: f64,
_font_size: f64,
_char: &str
) -> Result<(), OutputError>
fn begin_word(&mut self) -> Result<(), OutputError>
fn end_word(&mut self) -> Result<(), OutputError>
fn end_line(&mut self) -> Result<(), OutputError>
fn fill(
&mut self,
ctm: &Transform,
_colorspace: &ColorSpace,
_color: &[f64],
path: &Path
) -> Result<(), OutputError>
fn stroke(
&mut self,
_ctm: &Transform,
_colorspace: &ColorSpace,
_color: &[f64],
_path: &Path
) -> Result<(), OutputError>
Auto Trait Implementations
impl<'a> !RefUnwindSafe for SVGOutput<'a>
impl<'a> !Send for SVGOutput<'a>
impl<'a> !Sync for SVGOutput<'a>
impl<'a> Unpin for SVGOutput<'a>
impl<'a> !UnwindSafe for SVGOutput<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more