Struct gtk_sys::GtkFileChooserWidget
source · [−]#[repr(C)]pub struct GtkFileChooserWidget {
pub parent_instance: GtkBox,
pub priv_: *mut GtkFileChooserWidgetPrivate,
}
Fields
parent_instance: GtkBox
priv_: *mut GtkFileChooserWidgetPrivate
Trait Implementations
sourceimpl Clone for GtkFileChooserWidget
impl Clone for GtkFileChooserWidget
sourcefn clone(&self) -> GtkFileChooserWidget
fn clone(&self) -> GtkFileChooserWidget
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 GtkFileChooserWidget
impl Debug for GtkFileChooserWidget
impl Copy for GtkFileChooserWidget
Auto Trait Implementations
impl RefUnwindSafe for GtkFileChooserWidget
impl !Send for GtkFileChooserWidget
impl !Sync for GtkFileChooserWidget
impl Unpin for GtkFileChooserWidget
impl UnwindSafe for GtkFileChooserWidget
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