#[repr(C)]pub struct WebKitDOMFileList {
pub parent_instance: WebKitDOMObject,
}
Fields
parent_instance: WebKitDOMObject
Trait Implementations
sourceimpl Clone for WebKitDOMFileList
impl Clone for WebKitDOMFileList
sourcefn clone(&self) -> WebKitDOMFileList
fn clone(&self) -> WebKitDOMFileList
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 WebKitDOMFileList
impl Debug for WebKitDOMFileList
impl Copy for WebKitDOMFileList
Auto Trait Implementations
impl RefUnwindSafe for WebKitDOMFileList
impl !Send for WebKitDOMFileList
impl !Sync for WebKitDOMFileList
impl Unpin for WebKitDOMFileList
impl UnwindSafe for WebKitDOMFileList
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