pub struct SdpAttributeExtmap {
pub id: u16,
pub direction: Option<SdpAttributeDirection>,
pub url: String,
pub extension_attributes: Option<String>,
}
Fields§
§id: u16
§direction: Option<SdpAttributeDirection>
§url: String
§extension_attributes: Option<String>
Trait Implementations§
Source§impl Clone for SdpAttributeExtmap
impl Clone for SdpAttributeExtmap
Source§fn clone(&self) -> SdpAttributeExtmap
fn clone(&self) -> SdpAttributeExtmap
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 SdpAttributeExtmap
impl Debug for SdpAttributeExtmap
Auto Trait Implementations§
impl Freeze for SdpAttributeExtmap
impl RefUnwindSafe for SdpAttributeExtmap
impl Send for SdpAttributeExtmap
impl Sync for SdpAttributeExtmap
impl Unpin for SdpAttributeExtmap
impl UnwindSafe for SdpAttributeExtmap
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