Home
last modified time | relevance | path

Searched refs:SslCipherRef (Results 1 - 1 of 1) sorted by relevance

/third_party/rust/crates/rust-openssl/openssl/src/ssl/
H A Dmod.rs1930 type Ref = SslCipherRef;
1948 type Target = SslCipherRef;
1950 fn deref(&self) -> &SslCipherRef { in deref()
1951 unsafe { SslCipherRef::from_ptr(self.0) } in deref()
1956 fn deref_mut(&mut self) -> &mut SslCipherRef { in deref_mut()
1957 unsafe { SslCipherRef::from_ptr_mut(self.0) } in deref_mut()
1964 pub struct SslCipherRef(Opaque); structure names
1966 impl ForeignTypeRef for SslCipherRef {
1970 impl SslCipherRef { impls
2063 impl fmt::Debug for SslCipherRef {
[all...]

Completed in 4 milliseconds