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_char
pub id: c_ulong
Auto Trait Implementations
impl !Send for SRTP_PROTECTION_PROFILE
impl !Sync for SRTP_PROTECTION_PROFILE
impl RefUnwindSafe for SRTP_PROTECTION_PROFILE
impl Unpin for SRTP_PROTECTION_PROFILE
impl UnwindSafe for SRTP_PROTECTION_PROFILE
Blanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T