pub struct TgaParser { /* private fields */ }Expand description
Reads a TGA file or byte buffer and decodes it into a Texture.
Implementations§
Trait Implementations§
impl Send for TgaParser
Auto Trait Implementations§
impl !Sync for TgaParser
impl Freeze for TgaParser
impl RefUnwindSafe for TgaParser
impl Unpin for TgaParser
impl UnsafeUnpin for TgaParser
impl UnwindSafe for TgaParser
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