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