#[repr(C)]pub struct ngx_ssl_s {
pub ctx: *mut ssl_ctx_st,
pub log: *mut ngx_log_s,
pub buffer_size: usize,
}
Fields§
§ctx: *mut ssl_ctx_st
§log: *mut ngx_log_s
§buffer_size: usize
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ngx_ssl_s
impl RefUnwindSafe for ngx_ssl_s
impl !Send for ngx_ssl_s
impl !Sync for ngx_ssl_s
impl Unpin for ngx_ssl_s
impl UnwindSafe for ngx_ssl_s
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more