pub struct FrameBuffers { /* private fields */ }Expand description
Macroblock-aligned reconstructed YUV planes (luma mb_cols*16 × mb_rows*16, chroma half each).
Implementations§
Auto Trait Implementations§
impl Freeze for FrameBuffers
impl RefUnwindSafe for FrameBuffers
impl Send for FrameBuffers
impl Sync for FrameBuffers
impl Unpin for FrameBuffers
impl UnsafeUnpin for FrameBuffers
impl UnwindSafe for FrameBuffers
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