Type Alias mozjs::jsapi::SecurityWrapper_Restrictive
source · pub type SecurityWrapper_Restrictive<Base> = SecurityWrapper<Base>;
Aliased Type§
struct SecurityWrapper_Restrictive<Base> {
pub _phantom_0: PhantomData<UnsafeCell<Base>>,
pub vtable_: *const SecurityWrapper__bindgen_vtable,
pub _base: Base,
}
Fields§
§_phantom_0: PhantomData<UnsafeCell<Base>>
§vtable_: *const SecurityWrapper__bindgen_vtable
§_base: Base