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