Enum webrtc_sctp::packet::parameter::Parameter[][src]

pub enum Parameter {
    HeartbeatInfo(Vec<u8>),
    IPv4Address(IPv4Address),
    IPv6Address(IPv6Address),
    StateCookie(Vec<u8>),
    UnrecognizedParameter(Vec<u8>),
    CookiePreservative(u32),
    HostNameAddress(String),
    SupportedAddressTypes(Vec<u16>),
    ECNCapable,
    ForwardTSNSupported,
    Unknown(u16Vec<u8>),
}

Variants

Trait Implementations

impl Clone for Parameter
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Parameter
[src]

Formats the value using the given formatter. Read more

impl PartialEq for Parameter
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Display for Parameter
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Parameter

impl Sync for Parameter