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