Struct tlspuffin::put_registry::bindings::TLS_AGENT_DESCRIPTOR
source · #[repr(C)]pub struct TLS_AGENT_DESCRIPTOR {
pub name: u8,
pub role: TLS_AGENT_ROLE,
pub tls_version: TLS_VERSION,
pub client_authentication: bool,
pub server_authentication: bool,
pub cipher_string_tls13: *const c_char,
pub cipher_string_tls12: *const c_char,
pub group_list: *const c_char,
pub cert: *const PEM,
pub pkey: *const PEM,
pub store: *const *const PEM,
pub store_length: usize,
}Fields§
§name: u8§role: TLS_AGENT_ROLE§tls_version: TLS_VERSION§client_authentication: bool§server_authentication: bool§cipher_string_tls13: *const c_char§cipher_string_tls12: *const c_char§group_list: *const c_char§cert: *const PEM§pkey: *const PEM§store: *const *const PEM§store_length: usizeTrait Implementations§
source§impl Debug for TLS_AGENT_DESCRIPTOR
impl Debug for TLS_AGENT_DESCRIPTOR
source§impl Default for TLS_AGENT_DESCRIPTOR
impl Default for TLS_AGENT_DESCRIPTOR
source§impl PartialEq for TLS_AGENT_DESCRIPTOR
impl PartialEq for TLS_AGENT_DESCRIPTOR
impl Eq for TLS_AGENT_DESCRIPTOR
impl StructuralPartialEq for TLS_AGENT_DESCRIPTOR
Auto Trait Implementations§
impl Freeze for TLS_AGENT_DESCRIPTOR
impl RefUnwindSafe for TLS_AGENT_DESCRIPTOR
impl !Send for TLS_AGENT_DESCRIPTOR
impl !Sync for TLS_AGENT_DESCRIPTOR
impl Unpin for TLS_AGENT_DESCRIPTOR
impl UnwindSafe for TLS_AGENT_DESCRIPTOR
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
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.§impl<Tail, T> Prepend<T> for Tail
impl<Tail, T> Prepend<T> for Tail
§type PreprendResult = Tail
type PreprendResult = Tail
The Resulting [
TupleList], of an [Prepend::prepend()] call,
including the prepended entry.