pub struct JpegParser { /* private fields */ }Expand description
Reads a JPEG file or byte buffer and decodes it into a Texture.
Implementations§
Source§impl JpegParser
impl JpegParser
Sourcepub fn has_issues(&self) -> bool
pub fn has_issues(&self) -> bool
@return true if the last parse produced any issues.
Trait Implementations§
Source§impl Debug for JpegParser
impl Debug for JpegParser
Source§impl Default for JpegParser
impl Default for JpegParser
Source§impl Drop for JpegParser
impl Drop for JpegParser
impl Send for JpegParser
Auto Trait Implementations§
impl !Sync for JpegParser
impl Freeze for JpegParser
impl RefUnwindSafe for JpegParser
impl Unpin for JpegParser
impl UnsafeUnpin for JpegParser
impl UnwindSafe for JpegParser
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