#[repr(C)]pub struct WebKitDOMFileListClass {
pub parent_class: WebKitDOMObjectClass,
}
Fields§
§parent_class: WebKitDOMObjectClass
Trait Implementations§
Source§impl Clone for WebKitDOMFileListClass
impl Clone for WebKitDOMFileListClass
Source§fn clone(&self) -> WebKitDOMFileListClass
fn clone(&self) -> WebKitDOMFileListClass
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for WebKitDOMFileListClass
impl Debug for WebKitDOMFileListClass
impl Copy for WebKitDOMFileListClass
Auto Trait Implementations§
impl Freeze for WebKitDOMFileListClass
impl RefUnwindSafe for WebKitDOMFileListClass
impl !Send for WebKitDOMFileListClass
impl !Sync for WebKitDOMFileListClass
impl Unpin for WebKitDOMFileListClass
impl UnwindSafe for WebKitDOMFileListClass
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