[−][src]Struct ffmpeg_dev::sys::MpegvideoEncDSPContext
Fields
try_8x8basis: Option<unsafe extern "C" fn(rem: *mut i16, weight: *mut i16, basis: *mut i16, scale: c_int) -> c_int>
add_8x8basis: Option<unsafe extern "C" fn(rem: *mut i16, basis: *mut i16, scale: c_int)>
pix_sum: Option<unsafe extern "C" fn(pix: *mut u8, line_size: c_int) -> c_int>
pix_norm1: Option<unsafe extern "C" fn(pix: *mut u8, line_size: c_int) -> c_int>
shrink: [Option<unsafe extern "C" fn(dst: *mut u8, dst_wrap: c_int, src: *const u8, src_wrap: c_int, width: c_int, height: c_int)>; 4]
draw_edges: Option<unsafe extern "C" fn(buf: *mut u8, wrap: c_int, width: c_int, height: c_int, w: c_int, h: c_int, sides: c_int)>
Trait Implementations
impl Clone for MpegvideoEncDSPContext
[src]
fn clone(&self) -> MpegvideoEncDSPContext
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for MpegvideoEncDSPContext
[src]
impl Debug for MpegvideoEncDSPContext
[src]
Auto Trait Implementations
impl Send for MpegvideoEncDSPContext
impl Sync for MpegvideoEncDSPContext
impl Unpin for MpegvideoEncDSPContext
impl UnwindSafe for MpegvideoEncDSPContext
impl RefUnwindSafe for MpegvideoEncDSPContext
Blanket Implementations
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = !
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,