#[repr(C)]pub struct RsvgHandle {
pub parent: GObject,
pub priv_: *mut RsvgHandlePrivate,
pub _abi_padding: [gpointer; 15],
}Fields§
§parent: GObject§priv_: *mut RsvgHandlePrivate§_abi_padding: [gpointer; 15]Trait Implementations§
Auto Trait Implementations§
impl Freeze for RsvgHandle
impl RefUnwindSafe for RsvgHandle
impl !Send for RsvgHandle
impl !Sync for RsvgHandle
impl Unpin for RsvgHandle
impl UnwindSafe for RsvgHandle
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