Struct gtk_sys::GtkFontChooser
source · [−]#[repr(C)]pub struct GtkFontChooser { /* private fields */ }
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GtkFontChooser
impl !Send for GtkFontChooser
impl !Sync for GtkFontChooser
impl !Unpin for GtkFontChooser
impl UnwindSafe for GtkFontChooser
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more