Struct xmpp_parsers::jingle_ssma::Group
source · pub struct Group {
pub semantics: Semantics,
pub sources: Vec<Source>,
}
Expand description
Element grouping multiple ssrc.
Fields§
§semantics: Semantics
The semantics of this group.
sources: Vec<Source>
The various ssrc concerned by this group.
Trait Implementations§
source§impl PartialEq for Group
impl PartialEq for Group
impl StructuralPartialEq for Group
Auto Trait Implementations§
impl RefUnwindSafe for Group
impl Send for Group
impl Sync for Group
impl Unpin for Group
impl UnwindSafe for Group
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