pub struct DpbEntry<R> { /* private fields */ }Expand description
Frame structure used in the backend representing currently encoded frame or references used for its encoding.
Auto Trait Implementations§
impl<R> Freeze for DpbEntry<R>where
R: Freeze,
impl<R> RefUnwindSafe for DpbEntry<R>where
R: RefUnwindSafe,
impl<R> Send for DpbEntry<R>where
R: Send,
impl<R> Sync for DpbEntry<R>where
R: Sync,
impl<R> Unpin for DpbEntry<R>where
R: Unpin,
impl<R> UnwindSafe for DpbEntry<R>where
R: UnwindSafe,
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