#[repr(C)]
pub struct grpc_tls_custom_verification_check_request_peer_info_san_names { pub uri_names: *mut *mut c_char, pub uri_names_size: usize, pub dns_names: *mut *mut c_char, pub dns_names_size: usize, pub email_names: *mut *mut c_char, pub email_names_size: usize, pub ip_names: *mut *mut c_char, pub ip_names_size: usize, }

Fields

uri_names: *mut *mut c_charuri_names_size: usizedns_names: *mut *mut c_chardns_names_size: usizeemail_names: *mut *mut c_charemail_names_size: usizeip_names: *mut *mut c_charip_names_size: usize

Trait Implementations

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.