pub type subtree_context_cache = subtree_context_cache_s;Aliased Type§
#[repr(C)]pub struct subtree_context_cache {
pub context_name: *const i8,
pub first_subtree: *mut netsnmp_subtree_s,
pub next: *mut subtree_context_cache_s,
}Fields§
§context_name: *const i8§first_subtree: *mut netsnmp_subtree_s§next: *mut subtree_context_cache_s