pub struct FrameEncoder { /* private fields */ }Expand description
Per-frame intra encoder state: reconstructed planes (coded size) and the per-4×4-block non-zero-coefficient counts used for CAVLC context.
Auto Trait Implementations§
impl !Freeze for FrameEncoder
impl !RefUnwindSafe for FrameEncoder
impl !Sync for FrameEncoder
impl Send for FrameEncoder
impl Unpin for FrameEncoder
impl UnsafeUnpin for FrameEncoder
impl UnwindSafe for FrameEncoder
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