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