Struct openssl::srtp::SrtpProfileId [−][src]
pub struct SrtpProfileId(_);
An identifier of an SRTP protection profile.
Methods
impl SrtpProfileId[src]
impl SrtpProfileIdpub fn from_raw(value: c_ulong) -> SrtpProfileId[src]
pub fn from_raw(value: c_ulong) -> SrtpProfileIdCreates a SrtpProfileId from an integer representation.
pub fn as_raw(&self) -> c_ulong[src]
pub fn as_raw(&self) -> c_ulongReturns the integer representation of SrtpProfileId.
pub const SRTP_AES128_CM_SHA1_80: SrtpProfileId
SRTP_AES128_CM_SHA1_80: SrtpProfileId = SrtpProfileId(ffi::SRTP_AES128_CM_SHA1_80)
pub const SRTP_AES128_CM_SHA1_32: SrtpProfileId
SRTP_AES128_CM_SHA1_32: SrtpProfileId = SrtpProfileId(ffi::SRTP_AES128_CM_SHA1_32)
pub const SRTP_AES128_F8_SHA1_80: SrtpProfileId
SRTP_AES128_F8_SHA1_80: SrtpProfileId = SrtpProfileId(ffi::SRTP_AES128_F8_SHA1_80)
pub const SRTP_AES128_F8_SHA1_32: SrtpProfileId
SRTP_AES128_F8_SHA1_32: SrtpProfileId = SrtpProfileId(ffi::SRTP_AES128_F8_SHA1_32)
pub const SRTP_NULL_SHA1_80: SrtpProfileId
SRTP_NULL_SHA1_80: SrtpProfileId = SrtpProfileId(ffi::SRTP_NULL_SHA1_80)
pub const SRTP_NULL_SHA1_32: SrtpProfileId
SRTP_NULL_SHA1_32: SrtpProfileId = SrtpProfileId(ffi::SRTP_NULL_SHA1_32)
Trait Implementations
impl Debug for SrtpProfileId[src]
impl Debug for SrtpProfileIdfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Copy for SrtpProfileId[src]
impl Copy for SrtpProfileIdimpl Clone for SrtpProfileId[src]
impl Clone for SrtpProfileIdfn clone(&self) -> SrtpProfileId[src]
fn clone(&self) -> SrtpProfileIdReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl PartialEq for SrtpProfileId[src]
impl PartialEq for SrtpProfileIdfn eq(&self, other: &SrtpProfileId) -> bool[src]
fn eq(&self, other: &SrtpProfileId) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &SrtpProfileId) -> bool[src]
fn ne(&self, other: &SrtpProfileId) -> boolThis method tests for !=.
impl Eq for SrtpProfileId[src]
impl Eq for SrtpProfileIdAuto Trait Implementations
impl Send for SrtpProfileId
impl Send for SrtpProfileIdimpl Sync for SrtpProfileId
impl Sync for SrtpProfileId