pub struct BrowserAudioRenegotiation {
pub description: BrowserAudioDescription,
pub ice_change: IceChange,
}Expand description
A validated subsequent description.
Fields§
§description: BrowserAudioDescriptionNew description facts.
ice_change: IceChangeRelationship to the current ICE generation.
Trait Implementations§
Source§impl Clone for BrowserAudioRenegotiation
impl Clone for BrowserAudioRenegotiation
Source§fn clone(&self) -> BrowserAudioRenegotiation
fn clone(&self) -> BrowserAudioRenegotiation
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 BrowserAudioRenegotiation
impl Debug for BrowserAudioRenegotiation
Source§impl PartialEq for BrowserAudioRenegotiation
impl PartialEq for BrowserAudioRenegotiation
Source§fn eq(&self, other: &BrowserAudioRenegotiation) -> bool
fn eq(&self, other: &BrowserAudioRenegotiation) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for BrowserAudioRenegotiation
impl StructuralPartialEq for BrowserAudioRenegotiation
Auto Trait Implementations§
impl Freeze for BrowserAudioRenegotiation
impl RefUnwindSafe for BrowserAudioRenegotiation
impl Send for BrowserAudioRenegotiation
impl Sync for BrowserAudioRenegotiation
impl Unpin for BrowserAudioRenegotiation
impl UnsafeUnpin for BrowserAudioRenegotiation
impl UnwindSafe for BrowserAudioRenegotiation
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