#[repr(C)]pub struct GtkSvgClass {
pub parent_class: GObjectClass,
}Fields§
§parent_class: GObjectClassTrait Implementations§
Source§impl Clone for GtkSvgClass
impl Clone for GtkSvgClass
Source§fn clone(&self) -> GtkSvgClass
fn clone(&self) -> GtkSvgClass
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for GtkSvgClass
Auto Trait Implementations§
impl !Send for GtkSvgClass
impl !Sync for GtkSvgClass
impl Freeze for GtkSvgClass
impl RefUnwindSafe for GtkSvgClass
impl Unpin for GtkSvgClass
impl UnsafeUnpin for GtkSvgClass
impl UnwindSafe for GtkSvgClass
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