Struct javascriptcore_rs_sys::JSCContext
source · [−]#[repr(C)]pub struct JSCContext {
pub parent: GObject,
pub priv_: *mut JSCContextPrivate,
}
Fields
parent: GObject
priv_: *mut JSCContextPrivate
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for JSCContext
impl !Send for JSCContext
impl !Sync for JSCContext
impl Unpin for JSCContext
impl UnwindSafe for JSCContext
Blanket Implementations
Mutably borrows from an owned value. Read more