Struct ffmpeg_sys_next::AVFifoBuffer
source · #[repr(C)]pub struct AVFifoBuffer {
pub buffer: *mut u8,
pub rptr: *mut u8,
pub wptr: *mut u8,
pub end: *mut u8,
pub rndx: u32,
pub wndx: u32,
}Fields§
§buffer: *mut u8§rptr: *mut u8§wptr: *mut u8§end: *mut u8§rndx: u32§wndx: u32Trait Implementations§
source§impl Clone for AVFifoBuffer
impl Clone for AVFifoBuffer
source§fn clone(&self) -> AVFifoBuffer
fn clone(&self) -> AVFifoBuffer
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 AVFifoBuffer
impl Debug for AVFifoBuffer
source§impl PartialEq<AVFifoBuffer> for AVFifoBuffer
impl PartialEq<AVFifoBuffer> for AVFifoBuffer
source§fn eq(&self, other: &AVFifoBuffer) -> bool
fn eq(&self, other: &AVFifoBuffer) -> bool
This method tests for
self and other values to be equal, and is used
by ==.