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