pub struct SrtpKeyingMaterial {
pub master_key: Vec<u8>,
pub master_salt: Vec<u8>,
}Fields§
§master_key: Vec<u8>§master_salt: Vec<u8>Implementations§
Trait Implementations§
Source§impl Clone for SrtpKeyingMaterial
impl Clone for SrtpKeyingMaterial
Source§fn clone(&self) -> SrtpKeyingMaterial
fn clone(&self) -> SrtpKeyingMaterial
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for SrtpKeyingMaterial
impl RefUnwindSafe for SrtpKeyingMaterial
impl Send for SrtpKeyingMaterial
impl Sync for SrtpKeyingMaterial
impl Unpin for SrtpKeyingMaterial
impl UnsafeUnpin for SrtpKeyingMaterial
impl UnwindSafe for SrtpKeyingMaterial
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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