Type Alias qpel_mc_func

Source
pub type qpel_mc_func = Option<unsafe extern "C" fn(dst: *mut u8, src: *const u8, stride: isize)>;

Aliased Type§

enum qpel_mc_func {
    None,
    Some(unsafe extern "C" fn(_: *mut u8, _: *const u8, _: isize)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut u8, _: *const u8, _: isize))

Some value of type T.