Struct openssl_sys::SRTP_PROTECTION_PROFILE
source · [−]Fields
name: *const c_char
id: c_ulong
Auto Trait Implementations
impl RefUnwindSafe for SRTP_PROTECTION_PROFILE
impl !Send for SRTP_PROTECTION_PROFILE
impl !Sync for SRTP_PROTECTION_PROFILE
impl Unpin for SRTP_PROTECTION_PROFILE
impl UnwindSafe for SRTP_PROTECTION_PROFILE
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