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