Struct openssl::srtp::SrtpProtectionProfile
source · [−]pub struct SrtpProtectionProfile(_);
Methods from Deref<Target = SrtpProtectionProfileRef>
Trait Implementations
sourceimpl AsRef<SrtpProtectionProfileRef> for SrtpProtectionProfile
impl AsRef<SrtpProtectionProfileRef> for SrtpProtectionProfile
sourcefn as_ref(&self) -> &SrtpProtectionProfileRef
fn as_ref(&self) -> &SrtpProtectionProfileRef
Converts this type into a shared reference of the (usually inferred) input type.
sourceimpl Borrow<SrtpProtectionProfileRef> for SrtpProtectionProfile
impl Borrow<SrtpProtectionProfileRef> for SrtpProtectionProfile
sourcefn borrow(&self) -> &SrtpProtectionProfileRef
fn borrow(&self) -> &SrtpProtectionProfileRef
Immutably borrows from an owned value. Read more
sourceimpl Deref for SrtpProtectionProfile
impl Deref for SrtpProtectionProfile
type Target = SrtpProtectionProfileRef
type Target = SrtpProtectionProfileRef
The resulting type after dereferencing.
sourcefn deref(&self) -> &SrtpProtectionProfileRef
fn deref(&self) -> &SrtpProtectionProfileRef
Dereferences the value.
sourceimpl DerefMut for SrtpProtectionProfile
impl DerefMut for SrtpProtectionProfile
sourcefn deref_mut(&mut self) -> &mut SrtpProtectionProfileRef
fn deref_mut(&mut self) -> &mut SrtpProtectionProfileRef
Mutably dereferences the value.
sourceimpl Drop for SrtpProtectionProfile
impl Drop for SrtpProtectionProfile
sourceimpl 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.
sourceunsafe 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.
sourcefn as_ptr(&self) -> *mut SRTP_PROTECTION_PROFILE
fn as_ptr(&self) -> *mut SRTP_PROTECTION_PROFILE
Returns a raw pointer to the wrapped value.
sourceimpl 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 RefUnwindSafe for SrtpProtectionProfile
impl Unpin for SrtpProtectionProfile
impl UnwindSafe for SrtpProtectionProfile
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more