Struct gtk_sys::GtkAppChooserButton
source · [−]#[repr(C)]pub struct GtkAppChooserButton {
pub parent: GtkComboBox,
pub priv_: *mut GtkAppChooserButtonPrivate,
}
Fields
parent: GtkComboBox
priv_: *mut GtkAppChooserButtonPrivate
Trait Implementations
sourceimpl Clone for GtkAppChooserButton
impl Clone for GtkAppChooserButton
sourcefn clone(&self) -> GtkAppChooserButton
fn clone(&self) -> GtkAppChooserButton
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for GtkAppChooserButton
impl Debug for GtkAppChooserButton
impl Copy for GtkAppChooserButton
Auto Trait Implementations
impl RefUnwindSafe for GtkAppChooserButton
impl !Send for GtkAppChooserButton
impl !Sync for GtkAppChooserButton
impl Unpin for GtkAppChooserButton
impl UnwindSafe for GtkAppChooserButton
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