Struct openssl_sys::SRTP_PROTECTION_PROFILE
#[repr(C)]
pub struct SRTP_PROTECTION_PROFILE {
pub name: *const c_char,
pub id: c_ulong,
}Fields
pub name: *const c_charpub id: c_ulongAuto Trait Implementations
impl !Send for SRTP_PROTECTION_PROFILEimpl !Sync for SRTP_PROTECTION_PROFILEimpl RefUnwindSafe for SRTP_PROTECTION_PROFILEimpl Unpin for SRTP_PROTECTION_PROFILEimpl UnwindSafe for SRTP_PROTECTION_PROFILEBlanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T