pub enum SdpBandwidth {
As(u32),
Ct(u32),
Tias(u32),
Unknown(String, u32),
}
Variants§
Trait Implementations§
Source§impl Clone for SdpBandwidth
impl Clone for SdpBandwidth
Source§fn clone(&self) -> SdpBandwidth
fn clone(&self) -> SdpBandwidth
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for SdpBandwidth
impl Debug for SdpBandwidth
Auto Trait Implementations§
impl Freeze for SdpBandwidth
impl RefUnwindSafe for SdpBandwidth
impl Send for SdpBandwidth
impl Sync for SdpBandwidth
impl Unpin for SdpBandwidth
impl UnwindSafe for SdpBandwidth
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