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