Searched defs:SslMethod (Results 1 – 1 of 1) sorted by relevance
340 pub struct SslMethod(*const ffi::SSL_METHOD); struct342 impl SslMethod { impl372 pub unsafe fn from_ptr(ptr: *const ffi::SSL_METHOD) -> SslMethod { in from_ptr()383 unsafe impl Sync for SslMethod {} implementation384 unsafe impl Send for SslMethod {} implementation