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§
source§impl Clone for WebKitFileChooserRequest
impl Clone for WebKitFileChooserRequest
source§fn clone(&self) -> WebKitFileChooserRequest
fn clone(&self) -> WebKitFileChooserRequest
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for WebKitFileChooserRequest
impl Debug for WebKitFileChooserRequest
impl Copy for WebKitFileChooserRequest
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more