pub type SecurityWrapper_Restrictive<Base> = SecurityWrapper<Base>;Aliased Type§
#[repr(C)]pub 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