pub trait Mut {
    fn as_mut_ptr(&mut self) -> *mut AVPacket;
}

Required Methods

Implementors