#[repr(C)]pub struct GtkFontChooserDialog { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GtkFontChooserDialog
impl RefUnwindSafe for GtkFontChooserDialog
impl !Send for GtkFontChooserDialog
impl !Sync for GtkFontChooserDialog
impl !Unpin for GtkFontChooserDialog
impl UnwindSafe for GtkFontChooserDialog
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