Struct SecPkgContext_SrtpParameters
#[repr(C)]pub struct SecPkgContext_SrtpParameters {
pub ProtectionProfile: u16,
pub MasterKeyIdentifierSize: u8,
pub MasterKeyIdentifier: *mut u8,
}
Fields§
§ProtectionProfile: u16
§MasterKeyIdentifierSize: u8
§MasterKeyIdentifier: *mut u8
Trait Implementations§
§impl Clone for SecPkgContext_SrtpParameters
impl Clone for SecPkgContext_SrtpParameters
§fn clone(&self) -> SecPkgContext_SrtpParameters
fn clone(&self) -> SecPkgContext_SrtpParameters
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for SecPkgContext_SrtpParameters
Auto Trait Implementations§
impl Freeze for SecPkgContext_SrtpParameters
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