Struct gtk_sys::GtkFileChooserButton [−][src]
#[repr(C)]pub struct GtkFileChooserButton { pub parent: GtkBox, pub priv_: *mut GtkFileChooserButtonPrivate, }
Fields
parent: GtkBox
priv_: *mut GtkFileChooserButtonPrivate
Trait Implementations
impl Copy for GtkFileChooserButton[src]
impl Copy for GtkFileChooserButtonimpl Clone for GtkFileChooserButton[src]
impl Clone for GtkFileChooserButtonfn clone(&self) -> GtkFileChooserButton[src]
fn clone(&self) -> GtkFileChooserButtonReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for GtkFileChooserButton[src]
impl Debug for GtkFileChooserButtonAuto Trait Implementations
impl !Send for GtkFileChooserButton
impl !Send for GtkFileChooserButtonimpl !Sync for GtkFileChooserButton
impl !Sync for GtkFileChooserButton