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