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