#[repr(C)]pub struct SecPkgContext_SrtpParameters {
pub ProtectionProfile: u16,
pub MasterKeyIdentifierSize: u8,
pub MasterKeyIdentifier: *mut u8,
}Fields§
§ProtectionProfile: u16§MasterKeyIdentifierSize: u8§MasterKeyIdentifier: *mut u8Trait Implementations§
§impl Clone for SecPkgContext_SrtpParameters
impl Clone for SecPkgContext_SrtpParameters
impl Copy for SecPkgContext_SrtpParameters
Auto Trait Implementations§
impl RefUnwindSafe for SecPkgContext_SrtpParameters
impl !Send for SecPkgContext_SrtpParameters
impl !Sync for SecPkgContext_SrtpParameters
impl Unpin for SecPkgContext_SrtpParameters
impl UnwindSafe for SecPkgContext_SrtpParameters
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more