Struct rtc_sdp::description::common::ConnectionInformation
source · pub struct ConnectionInformation {
pub network_type: String,
pub address_type: String,
pub address: Option<Address>,
}Expand description
ConnectionInformation defines the representation for the “c=” field containing connection data.
Fields§
§network_type: String§address_type: String§address: Option<Address>Trait Implementations§
source§impl Clone for ConnectionInformation
impl Clone for ConnectionInformation
source§fn clone(&self) -> ConnectionInformation
fn clone(&self) -> ConnectionInformation
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 ConnectionInformation
impl Debug for ConnectionInformation
source§impl Default for ConnectionInformation
impl Default for ConnectionInformation
source§fn default() -> ConnectionInformation
fn default() -> ConnectionInformation
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for ConnectionInformation
impl Send for ConnectionInformation
impl Sync for ConnectionInformation
impl Unpin for ConnectionInformation
impl UnwindSafe for ConnectionInformation
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