Searched defs:SslMethod (Results 1 – 1 of 1) sorted by relevance
333 pub struct SslMethod(*const ffi::SSL_METHOD); struct335 impl SslMethod { implementation365 pub unsafe fn from_ptr(ptr: *const ffi::SSL_METHOD) -> SslMethod { in from_ptr()376 unsafe impl Sync for SslMethod {} implementation377 unsafe impl Send for SslMethod {} implementation