Struct webrtc_srtp::config::SessionKeys [−][src]
pub struct SessionKeys {
pub local_master_key: Vec<u8>,
pub local_master_salt: Vec<u8>,
pub remote_master_key: Vec<u8>,
pub remote_master_salt: Vec<u8>,
}Expand description
SessionKeys bundles the keys required to setup an SRTP session
Fields
local_master_key: Vec<u8>local_master_salt: Vec<u8>remote_master_key: Vec<u8>remote_master_salt: Vec<u8>Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for SessionKeysimpl Send for SessionKeysimpl Sync for SessionKeysimpl Unpin for SessionKeysimpl UnwindSafe for SessionKeysBlanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = TShould always be Self
pub fn vzip(self) -> V