Struct webkit2gtk_sys::WebKitDownload[][src]

#[repr(C)]
pub struct WebKitDownload { pub parent: GObject, pub priv_: *mut WebKitDownloadPrivate, }

Fields

Trait Implementations

impl Debug for WebKitDownload
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations