Type Alias SSL_SHUTDOWN_EX_ARGS

Source
pub type SSL_SHUTDOWN_EX_ARGS = ssl_shutdown_ex_args_st;

Aliased Type§

struct SSL_SHUTDOWN_EX_ARGS {
    pub quic_error_code: u64,
    pub quic_reason: *const i8,
}

Fields§

§quic_error_code: u64§quic_reason: *const i8

Trait Implementations

Source§

impl Clone for ssl_shutdown_ex_args_st

Source§

fn clone(&self) -> ssl_shutdown_ex_args_st

Returns a copy of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for ssl_shutdown_ex_args_st

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
Source§

impl Copy for ssl_shutdown_ex_args_st