SecurityWrapper_Restrictive

Type Alias SecurityWrapper_Restrictive 

Source
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

Layout§

Note: Unable to compute type layout, possibly due to this type having generic parameters. Layout can only be computed for concrete, fully-instantiated types.