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