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
Auto Trait Implementations
impl RefUnwindSafe for GtkFileChooserButton
impl !Send for GtkFileChooserButton
impl !Sync for GtkFileChooserButton
impl Unpin for GtkFileChooserButton
impl UnwindSafe for GtkFileChooserButton
Blanket Implementations
Mutably borrows from an owned value. Read more