Struct sdp_types::Key [−][src]
Expand description
Encryption key for the session or media.
See RFC 4566 Section 5.12 for more details.
Fields
method: String
Encryption method that is used.
encryption_key: Option<String>
Encryption key or information to obtain the encryption key.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Key
impl UnwindSafe for Key
Blanket Implementations
Mutably borrows from an owned value. Read more