Searched defs:ConfMethod (Results 1 – 1 of 1) sorted by relevance
18 pub struct ConfMethod(*mut ffi::CONF_METHOD); struct20 impl ConfMethod { impl38 pub unsafe fn from_ptr(ptr: *mut ffi::CONF_METHOD) -> ConfMethod { in from_ptr()