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