Struct ffmpeg_sys_next::AVIOInterruptCB
source · #[repr(C)]pub struct AVIOInterruptCB {
pub callback: Option<unsafe extern "C" fn(arg1: *mut c_void) -> c_int>,
pub opaque: *mut c_void,
}Fields§
§callback: Option<unsafe extern "C" fn(arg1: *mut c_void) -> c_int>§opaque: *mut c_voidTrait Implementations§
source§impl Clone for AVIOInterruptCB
impl Clone for AVIOInterruptCB
source§fn clone(&self) -> AVIOInterruptCB
fn clone(&self) -> AVIOInterruptCB
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 AVIOInterruptCB
impl Debug for AVIOInterruptCB
source§impl PartialEq<AVIOInterruptCB> for AVIOInterruptCB
impl PartialEq<AVIOInterruptCB> for AVIOInterruptCB
source§fn eq(&self, other: &AVIOInterruptCB) -> bool
fn eq(&self, other: &AVIOInterruptCB) -> bool
This method tests for
self and other values to be equal, and is used
by ==.