pub struct SdesChunk {
pub ssrc: u32,
pub items: Vec<SdesItem>,
}Expand description
What one source says about itself.
Fields§
§ssrc: u32Who is being described.
items: Vec<SdesItem>The attributes, in wire order.
Trait Implementations§
impl Eq for SdesChunk
impl StructuralPartialEq for SdesChunk
Auto Trait Implementations§
impl Freeze for SdesChunk
impl RefUnwindSafe for SdesChunk
impl Send for SdesChunk
impl Sync for SdesChunk
impl Unpin for SdesChunk
impl UnsafeUnpin for SdesChunk
impl UnwindSafe for SdesChunk
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