Struct openssl::srtp::SrtpProtectionProfile [−][src]
pub struct SrtpProtectionProfile(_);
Methods from Deref<Target = SrtpProtectionProfileRef>
Trait Implementations
impl AsRef<SrtpProtectionProfileRef> for SrtpProtectionProfile
[src]
impl AsRef<SrtpProtectionProfileRef> for SrtpProtectionProfile
[src]fn as_ref(&self) -> &SrtpProtectionProfileRef
[src]
impl Borrow<SrtpProtectionProfileRef> for SrtpProtectionProfile
[src]
impl Borrow<SrtpProtectionProfileRef> for SrtpProtectionProfile
[src]fn borrow(&self) -> &SrtpProtectionProfileRef
[src]
impl Deref for SrtpProtectionProfile
[src]
impl Deref for SrtpProtectionProfile
[src]type Target = SrtpProtectionProfileRef
The resulting type after dereferencing.
fn deref(&self) -> &SrtpProtectionProfileRef
[src]
impl DerefMut for SrtpProtectionProfile
[src]
impl DerefMut for SrtpProtectionProfile
[src]fn deref_mut(&mut self) -> &mut SrtpProtectionProfileRef
[src]
impl Drop for SrtpProtectionProfile
[src]
impl Drop for SrtpProtectionProfile
[src]impl ForeignType for SrtpProtectionProfile
[src]
impl ForeignType for SrtpProtectionProfile
[src]type CType = SRTP_PROTECTION_PROFILE
The raw C type.
type Ref = SrtpProtectionProfileRef
The type representing a reference to this type.
unsafe fn from_ptr(ptr: *mut SRTP_PROTECTION_PROFILE) -> SrtpProtectionProfile
[src]
fn as_ptr(&self) -> *mut SRTP_PROTECTION_PROFILE
[src]
impl Stackable for SrtpProtectionProfile
[src]
impl Stackable for SrtpProtectionProfile
[src]type StackType = stack_st_SRTP_PROTECTION_PROFILE
The C stack type for this element. Read more