Struct gtk_sys::GtkFileChooserButton
source · [−]#[repr(C)]pub struct GtkFileChooserButton {
pub parent: GtkBox,
pub priv_: *mut GtkFileChooserButtonPrivate,
}Fields
parent: GtkBoxpriv_: *mut GtkFileChooserButtonPrivateTrait 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