Struct webkit2gtk_sys::WebKitFileChooserRequest
source · [−]#[repr(C)]pub struct WebKitFileChooserRequest {
pub parent: GObject,
pub priv_: *mut WebKitFileChooserRequestPrivate,
}
Fields
parent: GObject
priv_: *mut WebKitFileChooserRequestPrivate
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for WebKitFileChooserRequest
impl !Send for WebKitFileChooserRequest
impl !Sync for WebKitFileChooserRequest
impl Unpin for WebKitFileChooserRequest
impl UnwindSafe for WebKitFileChooserRequest
Blanket Implementations
Mutably borrows from an owned value. Read more