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