Struct openssl::srtp::SrtpProtectionProfile[]

pub struct SrtpProtectionProfile(_);

Methods from Deref<Target = SrtpProtectionProfileRef>

Trait Implementations

impl ForeignType for SrtpProtectionProfile

The raw C type.

The type representing a reference to this type.

Constructs an instance of this type from its raw type.

Returns a raw pointer to the wrapped value.

impl Drop for SrtpProtectionProfile

Executes the destructor for this type. Read more

impl Deref for SrtpProtectionProfile

The resulting type after dereferencing.

Dereferences the value.

impl DerefMut for SrtpProtectionProfile

Mutably dereferences the value.

impl Borrow<SrtpProtectionProfileRef> for SrtpProtectionProfile

Immutably borrows from an owned value. Read more

impl AsRef<SrtpProtectionProfileRef> for SrtpProtectionProfile

Performs the conversion.

impl Send for SrtpProtectionProfile
[src]

impl Sync for SrtpProtectionProfile
[src]

impl Stackable for SrtpProtectionProfile
[src]

The C stack type for this element. Read more