#[repr(C)]pub struct H264ChromaContext {
pub put_h264_chroma_pixels_tab: [h264_chroma_mc_func; 4],
pub avg_h264_chroma_pixels_tab: [h264_chroma_mc_func; 4],
}
Fields§
§put_h264_chroma_pixels_tab: [h264_chroma_mc_func; 4]
§avg_h264_chroma_pixels_tab: [h264_chroma_mc_func; 4]
Trait Implementations§
Source§impl Clone for H264ChromaContext
impl Clone for H264ChromaContext
Source§fn clone(&self) -> H264ChromaContext
fn clone(&self) -> H264ChromaContext
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for H264ChromaContext
impl Debug for H264ChromaContext
impl Copy for H264ChromaContext
Auto Trait Implementations§
impl Freeze for H264ChromaContext
impl RefUnwindSafe for H264ChromaContext
impl Send for H264ChromaContext
impl Sync for H264ChromaContext
impl Unpin for H264ChromaContext
impl UnwindSafe for H264ChromaContext
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