Struct openssl::srtp::SrtpProtectionProfile [−][src]
Methods from Deref<Target = SrtpProtectionProfileRef>
Trait Implementations
impl AsRef<SrtpProtectionProfileRef> for SrtpProtectionProfile
[src][+]
impl Borrow<SrtpProtectionProfileRef> for SrtpProtectionProfile
[src][+]
impl Deref for SrtpProtectionProfile
[src][+]
impl DerefMut for SrtpProtectionProfile
[src][+]
impl Drop for SrtpProtectionProfile
[src][+]
impl ForeignType for SrtpProtectionProfile
[src][+]
impl Send for SrtpProtectionProfile
[src]
impl Stackable for SrtpProtectionProfile
[src]
type StackType = stack_st_SRTP_PROTECTION_PROFILE
The C stack type for this element. Read more
impl Sync for SrtpProtectionProfile
[src]
Auto Trait Implementations
impl RefUnwindSafe for SrtpProtectionProfile
impl Unpin for SrtpProtectionProfile
impl UnwindSafe for SrtpProtectionProfile
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,