Struct sdp_types::Attribute [−][src]
Expand description
Attributes for the session or media.
See RFC 4566 Section 5.13 for more details.
Fields
attribute: String
Attribute name.
value: Option<String>
Attribute value.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Attribute
impl UnwindSafe for Attribute
Blanket Implementations
Mutably borrows from an owned value. Read more