Struct sdp::description::common::Bandwidth
source · pub struct Bandwidth {
pub experimental: bool,
pub bandwidth_type: String,
pub bandwidth: u64,
}Expand description
Bandwidth describes an optional field which denotes the proposed bandwidth to be used by the session or media.
Fields§
§experimental: bool§bandwidth_type: String§bandwidth: u64Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Bandwidth
impl Send for Bandwidth
impl Sync for Bandwidth
impl Unpin for Bandwidth
impl UnwindSafe for Bandwidth
Blanket Implementations§
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