pub enum jpeg_marker {
APP0 = 224,
COM = 254,
}Variants§
Auto Trait Implementations§
impl Freeze for jpeg_marker
impl RefUnwindSafe for jpeg_marker
impl Send for jpeg_marker
impl Sync for jpeg_marker
impl Unpin for jpeg_marker
impl UnwindSafe for jpeg_marker
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