Struct openssl::srtp::SrtpProtectionProfile [−][src]
pub struct SrtpProtectionProfile(_);
Methods from Deref<Target = SrtpProtectionProfileRef>
Trait Implementations
Performs the conversion.
Immutably borrows from an owned value. Read more
type Target = SrtpProtectionProfileRef
type Target = SrtpProtectionProfileRef
The resulting type after dereferencing.
Dereferences the value.
Mutably dereferences the value.
type CType = SRTP_PROTECTION_PROFILE
type CType = SRTP_PROTECTION_PROFILE
The raw C type.
type Ref = SrtpProtectionProfileRef
type Ref = SrtpProtectionProfileRef
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.
The C stack type for this element. Read more