Struct tls_parser::tls_ec::ServerECDHParams [−][src]
pub struct ServerECDHParams<'a> {
pub curve_params: ECParameters<'a>,
pub public: ECPoint<'a>,
}ECDH parameters defined in RFC4492 section 5.4
Fields
curve_params: ECParameters<'a>
public: ECPoint<'a>
Trait Implementations
impl<'a> Debug for ServerECDHParams<'a>[src]
impl<'a> Debug for ServerECDHParams<'a>fn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl<'a> PartialEq for ServerECDHParams<'a>[src]
impl<'a> PartialEq for ServerECDHParams<'a>fn eq(&self, other: &ServerECDHParams<'a>) -> bool[src]
fn eq(&self, other: &ServerECDHParams<'a>) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &ServerECDHParams<'a>) -> bool[src]
fn ne(&self, other: &ServerECDHParams<'a>) -> boolThis method tests for !=.
Auto Trait Implementations
impl<'a> Send for ServerECDHParams<'a>
impl<'a> Send for ServerECDHParams<'a>impl<'a> Sync for ServerECDHParams<'a>
impl<'a> Sync for ServerECDHParams<'a>