Struct openssl::srtp::SrtpProfileId [−][src]
pub struct SrtpProfileId(_);
An identifier of an SRTP protection profile.
Methods
impl SrtpProfileId
[src]
impl SrtpProfileId
pub fn from_raw(value: c_ulong) -> SrtpProfileId
[src]
pub fn from_raw(value: c_ulong) -> SrtpProfileId
Creates a SrtpProfileId
from an integer representation.
pub fn as_raw(&self) -> c_ulong
[src]
pub fn as_raw(&self) -> c_ulong
Returns 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 SrtpProfileId
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Copy for SrtpProfileId
[src]
impl Copy for SrtpProfileId
impl Clone for SrtpProfileId
[src]
impl Clone for SrtpProfileId
fn clone(&self) -> SrtpProfileId
[src]
fn clone(&self) -> SrtpProfileId
Returns 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 SrtpProfileId
fn eq(&self, other: &SrtpProfileId) -> bool
[src]
fn eq(&self, other: &SrtpProfileId) -> bool
This 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) -> bool
This method tests for !=
.
impl Eq for SrtpProfileId
[src]
impl Eq for SrtpProfileId
Auto Trait Implementations
impl Send for SrtpProfileId
impl Send for SrtpProfileId
impl Sync for SrtpProfileId
impl Sync for SrtpProfileId