Lines Matching refs:SslCipherRef
1930 type Ref = SslCipherRef;
1948 type Target = SslCipherRef;
1950 fn deref(&self) -> &SslCipherRef {
1951 unsafe { SslCipherRef::from_ptr(self.0) }
1956 fn deref_mut(&mut self) -> &mut SslCipherRef {
1957 unsafe { SslCipherRef::from_ptr_mut(self.0) }
1964 pub struct SslCipherRef(Opaque);
1966 impl ForeignTypeRef for SslCipherRef {
1970 impl SslCipherRef {
2063 impl fmt::Debug for SslCipherRef {
2466 pub fn current_cipher(&self) -> Option<&SslCipherRef> {
2470 SslCipherRef::from_const_ptr_opt(ptr)