[][src]Function rebpf::bpf_obj_get_info_by_fd

pub fn bpf_obj_get_info_by_fd<T: BpfFd>(
    bpf_fd: &T
) -> Result<T::BpfInfoType, Error> where
    T::BpfInfoType: BpfInfo