#[repr(C)]pub struct h265_ctx_cbs {Show 13 fields
pub nalu_begin: Option<unsafe extern "C" fn(ctx: *mut h265_ctx, type_: h265_nalu_type, buf: *const u8, len: usize, nh: *const h265_nalu_header, userdata: *mut c_void)>,
pub nalu_end: Option<unsafe extern "C" fn(ctx: *mut h265_ctx, type_: h265_nalu_type, buf: *const u8, len: usize, nh: *const h265_nalu_header, userdata: *mut c_void)>,
pub au_end: Option<unsafe extern "C" fn(ctx: *mut h265_ctx, userdata: *mut c_void)>,
pub vps: Option<unsafe extern "C" fn(ctx: *mut h265_ctx, buf: *const u8, len: usize, vps: *const h265_vps, userdata: *mut c_void)>,
pub sps: Option<unsafe extern "C" fn(ctx: *mut h265_ctx, buf: *const u8, len: usize, sps: *const h265_sps, userdata: *mut c_void)>,
pub pps: Option<unsafe extern "C" fn(ctx: *mut h265_ctx, buf: *const u8, len: usize, pps: *const h265_pps, userdata: *mut c_void)>,
pub aud: Option<unsafe extern "C" fn(ctx: *mut h265_ctx, buf: *const u8, len: usize, aud: *const h265_aud, userdata: *mut c_void)>,
pub sei: Option<unsafe extern "C" fn(ctx: *mut h265_ctx, type_: h265_sei_type, buf: *const u8, len: usize, userdata: *mut c_void)>,
pub sei_user_data_unregistered: Option<unsafe extern "C" fn(ctx: *mut h265_ctx, buf: *const u8, len: usize, sei: *const h265_sei_user_data_unregistered, userdata: *mut c_void)>,
pub sei_recovery_point: Option<unsafe extern "C" fn(ctx: *mut h265_ctx, buf: *const u8, len: usize, sei: *const h265_sei_recovery_point, userdata: *mut c_void)>,
pub sei_time_code: Option<unsafe extern "C" fn(ctx: *mut h265_ctx, buf: *const u8, len: usize, sei: *const h265_sei_time_code, userdata: *mut c_void)>,
pub sei_mastering_display_colour_volume: Option<unsafe extern "C" fn(ctx: *mut h265_ctx, buf: *const u8, len: usize, sei: *const h265_sei_mastering_display_colour_volume, userdata: *mut c_void)>,
pub sei_content_light_level: Option<unsafe extern "C" fn(ctx: *mut h265_ctx, buf: *const u8, len: usize, sei: *const h265_sei_content_light_level, userdata: *mut c_void)>,
}Fields§
§nalu_begin: Option<unsafe extern "C" fn(ctx: *mut h265_ctx, type_: h265_nalu_type, buf: *const u8, len: usize, nh: *const h265_nalu_header, userdata: *mut c_void)>§nalu_end: Option<unsafe extern "C" fn(ctx: *mut h265_ctx, type_: h265_nalu_type, buf: *const u8, len: usize, nh: *const h265_nalu_header, userdata: *mut c_void)>§au_end: Option<unsafe extern "C" fn(ctx: *mut h265_ctx, userdata: *mut c_void)>§vps: Option<unsafe extern "C" fn(ctx: *mut h265_ctx, buf: *const u8, len: usize, vps: *const h265_vps, userdata: *mut c_void)>§sps: Option<unsafe extern "C" fn(ctx: *mut h265_ctx, buf: *const u8, len: usize, sps: *const h265_sps, userdata: *mut c_void)>§pps: Option<unsafe extern "C" fn(ctx: *mut h265_ctx, buf: *const u8, len: usize, pps: *const h265_pps, userdata: *mut c_void)>§aud: Option<unsafe extern "C" fn(ctx: *mut h265_ctx, buf: *const u8, len: usize, aud: *const h265_aud, userdata: *mut c_void)>§sei: Option<unsafe extern "C" fn(ctx: *mut h265_ctx, type_: h265_sei_type, buf: *const u8, len: usize, userdata: *mut c_void)>§sei_user_data_unregistered: Option<unsafe extern "C" fn(ctx: *mut h265_ctx, buf: *const u8, len: usize, sei: *const h265_sei_user_data_unregistered, userdata: *mut c_void)>§sei_recovery_point: Option<unsafe extern "C" fn(ctx: *mut h265_ctx, buf: *const u8, len: usize, sei: *const h265_sei_recovery_point, userdata: *mut c_void)>§sei_time_code: Option<unsafe extern "C" fn(ctx: *mut h265_ctx, buf: *const u8, len: usize, sei: *const h265_sei_time_code, userdata: *mut c_void)>§sei_mastering_display_colour_volume: Option<unsafe extern "C" fn(ctx: *mut h265_ctx, buf: *const u8, len: usize, sei: *const h265_sei_mastering_display_colour_volume, userdata: *mut c_void)>§sei_content_light_level: Option<unsafe extern "C" fn(ctx: *mut h265_ctx, buf: *const u8, len: usize, sei: *const h265_sei_content_light_level, userdata: *mut c_void)>Trait Implementations§
Source§impl Clone for h265_ctx_cbs
impl Clone for h265_ctx_cbs
Source§fn clone(&self) -> h265_ctx_cbs
fn clone(&self) -> h265_ctx_cbs
Returns a duplicate 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 h265_ctx_cbs
impl Debug for h265_ctx_cbs
impl Copy for h265_ctx_cbs
Auto Trait Implementations§
impl Freeze for h265_ctx_cbs
impl RefUnwindSafe for h265_ctx_cbs
impl Send for h265_ctx_cbs
impl Sync for h265_ctx_cbs
impl Unpin for h265_ctx_cbs
impl UnwindSafe for h265_ctx_cbs
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