Struct openssl::srtp::SrtpProtectionProfile [−][src]
Methods from Deref<Target = SrtpProtectionProfileRef>
Trait Implementations
impl AsRef<SrtpProtectionProfileRef> for SrtpProtectionProfile
[src]
fn as_ref(&self) -> &SrtpProtectionProfileRef
[src]
impl Borrow<SrtpProtectionProfileRef> for SrtpProtectionProfile
[src]
fn borrow(&self) -> &SrtpProtectionProfileRef
[src]
impl Deref for SrtpProtectionProfile
[src]
type Target = SrtpProtectionProfileRef
The resulting type after dereferencing.
fn deref(&self) -> &SrtpProtectionProfileRef
[src]
impl DerefMut for SrtpProtectionProfile
[src]
fn deref_mut(&mut self) -> &mut SrtpProtectionProfileRef
[src]
impl Drop for SrtpProtectionProfile
[src]
impl ForeignType for SrtpProtectionProfile
[src]
type CType = SRTP_PROTECTION_PROFILE
The raw C type.
type Ref = SrtpProtectionProfileRef
The type representing a reference to this type.
unsafe fn from_ptr(ptr: *mut SRTP_PROTECTION_PROFILE) -> SrtpProtectionProfile
[src]
fn as_ptr(&self) -> *mut SRTP_PROTECTION_PROFILE
[src]
impl Send for SrtpProtectionProfile
[src]
impl Stackable for SrtpProtectionProfile
[src]
type StackType = stack_st_SRTP_PROTECTION_PROFILE
The C stack type for this element. Read more
impl Sync for SrtpProtectionProfile
[src]
Auto Trait Implementations
impl RefUnwindSafe for SrtpProtectionProfile
impl Unpin for SrtpProtectionProfile
impl UnwindSafe for SrtpProtectionProfile
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,