Struct openssl::srtp::SrtpProtectionProfile
source · pub struct SrtpProtectionProfile(/* private fields */);
Methods from Deref<Target = SrtpProtectionProfileRef>§
Trait Implementations§
source§impl AsRef<SrtpProtectionProfileRef> for SrtpProtectionProfile
impl AsRef<SrtpProtectionProfileRef> for SrtpProtectionProfile
source§fn as_ref(&self) -> &SrtpProtectionProfileRef
fn as_ref(&self) -> &SrtpProtectionProfileRef
Converts this type into a shared reference of the (usually inferred) input type.
source§impl Borrow<SrtpProtectionProfileRef> for SrtpProtectionProfile
impl Borrow<SrtpProtectionProfileRef> for SrtpProtectionProfile
source§fn borrow(&self) -> &SrtpProtectionProfileRef
fn borrow(&self) -> &SrtpProtectionProfileRef
Immutably borrows from an owned value. Read more
source§impl Deref for SrtpProtectionProfile
impl Deref for SrtpProtectionProfile
§type Target = SrtpProtectionProfileRef
type Target = SrtpProtectionProfileRef
The resulting type after dereferencing.
source§fn deref(&self) -> &SrtpProtectionProfileRef
fn deref(&self) -> &SrtpProtectionProfileRef
Dereferences the value.
source§impl DerefMut for SrtpProtectionProfile
impl DerefMut for SrtpProtectionProfile
source§fn deref_mut(&mut self) -> &mut SrtpProtectionProfileRef
fn deref_mut(&mut self) -> &mut SrtpProtectionProfileRef
Mutably dereferences the value.
source§impl Drop for SrtpProtectionProfile
impl Drop for SrtpProtectionProfile
source§impl ForeignType for SrtpProtectionProfile
impl ForeignType for SrtpProtectionProfile
§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.
source§unsafe fn from_ptr(ptr: *mut SRTP_PROTECTION_PROFILE) -> SrtpProtectionProfile
unsafe fn from_ptr(ptr: *mut SRTP_PROTECTION_PROFILE) -> SrtpProtectionProfile
Constructs an instance of this type from its raw type.
source§fn as_ptr(&self) -> *mut SRTP_PROTECTION_PROFILE
fn as_ptr(&self) -> *mut SRTP_PROTECTION_PROFILE
Returns a raw pointer to the wrapped value.
source§impl Stackable for SrtpProtectionProfile
impl Stackable for SrtpProtectionProfile
§type StackType = stack_st_SRTP_PROTECTION_PROFILE
type StackType = stack_st_SRTP_PROTECTION_PROFILE
The C stack type for this element. Read more
impl Send for SrtpProtectionProfile
impl Sync for SrtpProtectionProfile
Auto Trait Implementations§
impl Freeze for SrtpProtectionProfile
impl RefUnwindSafe for SrtpProtectionProfile
impl Unpin for SrtpProtectionProfile
impl UnwindSafe for SrtpProtectionProfile
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more