pub struct Group<'a, T> { /* private fields */ }Expand description
Decodes one MoQ group’s frames while borrowing the continuous window state.
Implementations§
Auto Trait Implementations§
impl<'a, T> !UnwindSafe for Group<'a, T>
impl<'a, T> Freeze for Group<'a, T>
impl<'a, T> RefUnwindSafe for Group<'a, T>where
&'a mut Decoder<T>: RefUnwindSafe,
impl<'a, T> Send for Group<'a, T>
impl<'a, T> Sync for Group<'a, T>
impl<'a, T> Unpin for Group<'a, T>
impl<'a, T> UnsafeUnpin for Group<'a, T>where
&'a mut Decoder<T>: UnsafeUnpin,
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