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