Struct openssl::srtp::SrtpProtectionProfileRef [−]
pub struct SrtpProtectionProfileRef(_);
Reference to SrtpProtectionProfile.
Methods
impl SrtpProtectionProfileRef[src]
impl SrtpProtectionProfileRefTrait Implementations
impl Borrow<SrtpProtectionProfileRef> for SrtpProtectionProfile
impl Borrow<SrtpProtectionProfileRef> for SrtpProtectionProfilefn borrow(&self) -> &SrtpProtectionProfileRef
fn borrow(&self) -> &SrtpProtectionProfileRefImmutably borrows from an owned value. Read more
impl AsRef<SrtpProtectionProfileRef> for SrtpProtectionProfile
impl AsRef<SrtpProtectionProfileRef> for SrtpProtectionProfilefn as_ref(&self) -> &SrtpProtectionProfileRef
fn as_ref(&self) -> &SrtpProtectionProfileRefPerforms the conversion.
impl ForeignTypeRef for SrtpProtectionProfileRef
impl ForeignTypeRef for SrtpProtectionProfileReftype CType = SRTP_PROTECTION_PROFILE
The raw C type.
ⓘImportant traits for &'a mut Wunsafe fn from_ptr<'a>(ptr: *mut Self::CType) -> &'a Self[src]
ⓘImportant traits for &'a mut W
unsafe fn from_ptr<'a>(ptr: *mut Self::CType) -> &'a SelfConstructs a shared instance of this type from its raw type.
ⓘImportant traits for &'a mut Wunsafe fn from_ptr_mut<'a>(ptr: *mut Self::CType) -> &'a mut Self[src]
ⓘImportant traits for &'a mut W
unsafe fn from_ptr_mut<'a>(ptr: *mut Self::CType) -> &'a mut SelfConstructs a mutable reference of this type from its raw type.
fn as_ptr(&self) -> *mut Self::CType[src]
fn as_ptr(&self) -> *mut Self::CTypeReturns a raw pointer to the wrapped value.
impl Send for SrtpProtectionProfileRef[src]
impl Send for SrtpProtectionProfileRefimpl Sync for SrtpProtectionProfileRef[src]
impl Sync for SrtpProtectionProfileRef