pub struct RsvgHandlePrivate(/* private fields */);Trait Implementations§
Auto Trait Implementations§
impl Freeze for RsvgHandlePrivate
impl RefUnwindSafe for RsvgHandlePrivate
impl Send for RsvgHandlePrivate
impl Sync for RsvgHandlePrivate
impl Unpin for RsvgHandlePrivate
impl UnwindSafe for RsvgHandlePrivate
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