#[repr(C)]pub struct GtkAppChooserButton {
pub parent: GtkComboBox,
pub priv_: *mut GtkAppChooserButtonPrivate,
}Fields§
§parent: GtkComboBox§priv_: *mut GtkAppChooserButtonPrivateTrait Implementations§
Source§impl Clone for GtkAppChooserButton
impl Clone for GtkAppChooserButton
Source§fn clone(&self) -> GtkAppChooserButton
fn clone(&self) -> GtkAppChooserButton
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for GtkAppChooserButton
Auto Trait Implementations§
impl !Send for GtkAppChooserButton
impl !Sync for GtkAppChooserButton
impl Freeze for GtkAppChooserButton
impl RefUnwindSafe for GtkAppChooserButton
impl Unpin for GtkAppChooserButton
impl UnsafeUnpin 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