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§
source§impl Clone for GtkAppChooserButton
impl Clone for GtkAppChooserButton
source§fn clone(&self) -> GtkAppChooserButton
fn clone(&self) -> GtkAppChooserButton
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl 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§
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