Struct javascriptcore_rs_sys::JSCContext
source · #[repr(C)]pub struct JSCContext {
pub parent: GObject,
pub priv_: *mut JSCContextPrivate,
}Fields§
§parent: GObject§priv_: *mut JSCContextPrivateTrait Implementations§
source§impl Clone for JSCContext
impl Clone for JSCContext
source§fn clone(&self) -> JSCContext
fn clone(&self) -> JSCContext
Returns a copy 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 more