Struct sdp_types::Bandwidth [−][src]
Expand description
Bandwidth information for the session or media.
See RFC 4566 Section 5.8 for more details.
Fields
bwtype: String
Bandwidth type, usually “CT” or “AS”.
bandwidth: u64
Bandwidth.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Bandwidth
impl UnwindSafe for Bandwidth
Blanket Implementations
Mutably borrows from an owned value. Read more