[−][src]Struct nginx::ngx_ssl_connection_s
Fields
connection: *mut SSLsession_ctx: *mut SSL_CTXlast: ngx_int_tbuf: *mut ngx_buf_tbuffer_size: size_thandler: ngx_connection_handler_ptsession: *mut SSL_SESSIONsave_session: ngx_connection_handler_ptsaved_read_handler: ngx_event_handler_ptsaved_write_handler: ngx_event_handler_ptocsp: *mut ngx_ssl_ocsp_tearly_buf: u_char_bitfield_1: __BindgenBitfieldUnit<[u8; 2], u8>__bindgen_padding_0: [u8; 5]Implementations
impl ngx_ssl_connection_s[src]
pub fn handshaked(&self) -> c_uint[src]
pub fn set_handshaked(&mut self, val: c_uint)[src]
pub fn renegotiation(&self) -> c_uint[src]
pub fn set_renegotiation(&mut self, val: c_uint)[src]
pub fn buffer(&self) -> c_uint[src]
pub fn set_buffer(&mut self, val: c_uint)[src]
pub fn no_wait_shutdown(&self) -> c_uint[src]
pub fn set_no_wait_shutdown(&mut self, val: c_uint)[src]
pub fn no_send_shutdown(&self) -> c_uint[src]
pub fn set_no_send_shutdown(&mut self, val: c_uint)[src]
pub fn handshake_buffer_set(&self) -> c_uint[src]
pub fn set_handshake_buffer_set(&mut self, val: c_uint)[src]
pub fn try_early_data(&self) -> c_uint[src]
pub fn set_try_early_data(&mut self, val: c_uint)[src]
pub fn in_early(&self) -> c_uint[src]
pub fn set_in_early(&mut self, val: c_uint)[src]
pub fn in_ocsp(&self) -> c_uint[src]
pub fn set_in_ocsp(&mut self, val: c_uint)[src]
pub fn early_preread(&self) -> c_uint[src]
pub fn set_early_preread(&mut self, val: c_uint)[src]
pub fn write_blocked(&self) -> c_uint[src]
pub fn set_write_blocked(&mut self, val: c_uint)[src]
pub fn new_bitfield_1(
handshaked: c_uint,
renegotiation: c_uint,
buffer: c_uint,
no_wait_shutdown: c_uint,
no_send_shutdown: c_uint,
handshake_buffer_set: c_uint,
try_early_data: c_uint,
in_early: c_uint,
in_ocsp: c_uint,
early_preread: c_uint,
write_blocked: c_uint
) -> __BindgenBitfieldUnit<[u8; 2], u8>[src]
handshaked: c_uint,
renegotiation: c_uint,
buffer: c_uint,
no_wait_shutdown: c_uint,
no_send_shutdown: c_uint,
handshake_buffer_set: c_uint,
try_early_data: c_uint,
in_early: c_uint,
in_ocsp: c_uint,
early_preread: c_uint,
write_blocked: c_uint
) -> __BindgenBitfieldUnit<[u8; 2], u8>
Trait Implementations
impl Clone for ngx_ssl_connection_s[src]
fn clone(&self) -> ngx_ssl_connection_s[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for ngx_ssl_connection_s[src]
impl Debug for ngx_ssl_connection_s[src]
Auto Trait Implementations
impl RefUnwindSafe for ngx_ssl_connection_s
impl !Send for ngx_ssl_connection_s
impl !Sync for ngx_ssl_connection_s
impl Unpin for ngx_ssl_connection_s
impl UnwindSafe for ngx_ssl_connection_s
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,