pub trait UpperHexOpaqueObj<'cglue_a>: 'cglue_a + GetContainer + GetVtbl<UpperHexVtbl<'cglue_a, <Self as GetContainer>::ContType>> {
    type UpperHexVtbl: CGlueVtblCont<ContType = <Self as GetContainer>::ContType>;
}

Required Associated Types§

Object Safety§

This trait is not object safe.

Implementors§

source§

impl<'cglue_a, CGlueO: 'cglue_a + GetContainer + GetVtbl<UpperHexVtbl<'cglue_a, <Self as GetContainer>::ContType>>> UpperHexOpaqueObj<'cglue_a> for CGlueO

§

type UpperHexVtbl = UpperHexVtbl<'cglue_a, <CGlueO as GetContainer>::ContType>