Struct openssl::srtp::SrtpProfileId[][src]

pub struct SrtpProfileId(_);

An identifier of an SRTP protection profile.

Methods

impl SrtpProfileId
[src]

Creates a SrtpProfileId from an integer representation.

Returns the integer representation of SrtpProfileId.

SRTP_AES128_CM_SHA1_80: SrtpProfileId = SrtpProfileId(ffi::SRTP_AES128_CM_SHA1_80)

SRTP_AES128_CM_SHA1_32: SrtpProfileId = SrtpProfileId(ffi::SRTP_AES128_CM_SHA1_32)

SRTP_AES128_F8_SHA1_80: SrtpProfileId = SrtpProfileId(ffi::SRTP_AES128_F8_SHA1_80)

SRTP_AES128_F8_SHA1_32: SrtpProfileId = SrtpProfileId(ffi::SRTP_AES128_F8_SHA1_32)

SRTP_NULL_SHA1_80: SrtpProfileId = SrtpProfileId(ffi::SRTP_NULL_SHA1_80)

SRTP_NULL_SHA1_32: SrtpProfileId = SrtpProfileId(ffi::SRTP_NULL_SHA1_32)

Trait Implementations

impl Debug for SrtpProfileId
[src]

Formats the value using the given formatter. Read more

impl Copy for SrtpProfileId
[src]

impl Clone for SrtpProfileId
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for SrtpProfileId
[src]

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

This method tests for !=.

impl Eq for SrtpProfileId
[src]

Auto Trait Implementations

impl Send for SrtpProfileId

impl Sync for SrtpProfileId