Struct openssl::srtp::SrtpProtectionProfileRef[]

pub struct SrtpProtectionProfileRef(_);

Reference to SrtpProtectionProfile.

Methods

impl SrtpProtectionProfileRef
[src]

Trait Implementations

impl Borrow<SrtpProtectionProfileRef> for SrtpProtectionProfile

Immutably borrows from an owned value. Read more

impl AsRef<SrtpProtectionProfileRef> for SrtpProtectionProfile

Performs the conversion.

impl ForeignTypeRef for SrtpProtectionProfileRef

The raw C type.

Important traits for &'a mut R

Constructs a shared instance of this type from its raw type.

Important traits for &'a mut R

Constructs a mutable reference of this type from its raw type.

Returns a raw pointer to the wrapped value.

impl Send for SrtpProtectionProfileRef
[src]

impl Sync for SrtpProtectionProfileRef
[src]