Struct resvg::resvg_options
source · pub struct resvg_options { /* private fields */ }
Expand description
@brief An SVG to #resvg_render_tree conversion options.
Also, contains a fonts database used during text to path conversion. The database is empty by default.
Auto Trait Implementations§
impl !RefUnwindSafe for resvg_options
impl Send for resvg_options
impl Sync for resvg_options
impl Unpin for resvg_options
impl !UnwindSafe for resvg_options
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more