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 for AVIOInterruptCB
impl PartialEq 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 ==.impl Copy for AVIOInterruptCB
impl Eq for AVIOInterruptCB
impl StructuralPartialEq for AVIOInterruptCB
Auto Trait Implementations§
impl Freeze for AVIOInterruptCB
impl RefUnwindSafe for AVIOInterruptCB
impl !Send for AVIOInterruptCB
impl !Sync for AVIOInterruptCB
impl Unpin for AVIOInterruptCB
impl UnwindSafe for AVIOInterruptCB
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)