Struct webrtc_sdp::attribute_type::SdpAttributeMsid
source · pub struct SdpAttributeMsid {
pub id: String,
pub appdata: Option<String>,
}
Fields§
§id: String
§appdata: Option<String>
Trait Implementations§
source§impl Clone for SdpAttributeMsid
impl Clone for SdpAttributeMsid
source§fn clone(&self) -> SdpAttributeMsid
fn clone(&self) -> SdpAttributeMsid
Returns a copy 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 SdpAttributeMsid
impl Debug for SdpAttributeMsid
Auto Trait Implementations§
impl RefUnwindSafe for SdpAttributeMsid
impl Send for SdpAttributeMsid
impl Sync for SdpAttributeMsid
impl Unpin for SdpAttributeMsid
impl UnwindSafe for SdpAttributeMsid
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