Struct resvg::resvg_render_tree
source · pub struct resvg_render_tree(pub Tree);
Expand description
@brief An opaque pointer to the rendering tree.
Tuple Fields§
§0: Tree
Auto Trait Implementations§
impl RefUnwindSafe for resvg_render_tree
impl Send for resvg_render_tree
impl Sync for resvg_render_tree
impl Unpin for resvg_render_tree
impl UnwindSafe for resvg_render_tree
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