#[repr(C)]pub struct GtkFontChooserWidget {
pub parent_instance: GtkBox,
pub priv_: *mut GtkFontChooserWidgetPrivate,
}Fields§
§parent_instance: GtkBox§priv_: *mut GtkFontChooserWidgetPrivateTrait Implementations§
Source§impl Clone for GtkFontChooserWidget
impl Clone for GtkFontChooserWidget
Source§fn clone(&self) -> GtkFontChooserWidget
fn clone(&self) -> GtkFontChooserWidget
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 GtkFontChooserWidget
Auto Trait Implementations§
impl !Send for GtkFontChooserWidget
impl !Sync for GtkFontChooserWidget
impl Freeze for GtkFontChooserWidget
impl RefUnwindSafe for GtkFontChooserWidget
impl Unpin for GtkFontChooserWidget
impl UnsafeUnpin for GtkFontChooserWidget
impl UnwindSafe for GtkFontChooserWidget
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