Searched refs:OpenProgramImpl (Results 1 – 1 of 1) sorted by relevance
111 pub type OpenProgram<'obj> = OpenProgramImpl<'obj>;113 pub type OpenProgramMut<'obj> = OpenProgramImpl<'obj, Mut>;120 pub struct OpenProgramImpl<'obj, T = ()> { struct275 impl<T> AsRawLibbpf for OpenProgramImpl<'_, T> { implementation