pub struct EngineHandle {}Expand description
Handle to the underlying browser engine.
Implementations§
Source§impl EngineHandle
impl EngineHandle
Trait Implementations§
Source§impl Clone for EngineHandle
impl Clone for EngineHandle
Source§fn clone(&self) -> EngineHandle
fn clone(&self) -> EngineHandle
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 moreSource§impl Debug for EngineHandle
impl Debug for EngineHandle
Auto Trait Implementations§
impl Freeze for EngineHandle
impl RefUnwindSafe for EngineHandle
impl Send for EngineHandle
impl Sync for EngineHandle
impl Unpin for EngineHandle
impl UnsafeUnpin for EngineHandle
impl UnwindSafe for EngineHandle
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