Type Definition mp4ameta::ImgMut[][src]

type ImgMut<'a> = Img<&'a mut Vec<u8>>;
Expand description

An alias for a mutable image reference.