Type Alias mozjs_sys::jsapi::js::SecurityWrapper_Restrictive

source ·
pub type SecurityWrapper_Restrictive<Base> = SecurityWrapper<Base>;

Aliased Type§

struct SecurityWrapper_Restrictive<Base> {
    pub vtable_: *const SecurityWrapper__bindgen_vtable,
    pub _base: Base,
    pub _phantom_0: PhantomData<UnsafeCell<Base>>,
}

Fields§

§vtable_: *const SecurityWrapper__bindgen_vtable§_base: Base§_phantom_0: PhantomData<UnsafeCell<Base>>