Struct ffmpeg_sys::AVFifoBuffer [] [src]

pub struct AVFifoBuffer {
    pub buffer: *mut uint8_t,
    pub rptr: *mut uint8_t,
    pub wptr: *mut uint8_t,
    pub end: *mut uint8_t,
    pub rndx: uint32_t,
    pub wndx: uint32_t,
}

Fields

buffer: *mut uint8_t rptr: *mut uint8_t wptr: *mut uint8_t end: *mut uint8_t rndx: uint32_t wndx: uint32_t

Trait Implementations

impl Debug for AVFifoBuffer
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.