pub enum ImgFmt {
Bmp,
Jpeg,
Png,
}Expand description
The image format used to store images inside the userdata of an MPEG-4 file.
Variants§
Implementations§
Trait Implementations§
impl Eq for ImgFmt
impl StructuralPartialEq for ImgFmt
Auto Trait Implementations§
impl Freeze for ImgFmt
impl RefUnwindSafe for ImgFmt
impl Send for ImgFmt
impl Sync for ImgFmt
impl Unpin for ImgFmt
impl UnwindSafe for ImgFmt
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