pub struct D2rTextureParser { /* private fields */ }Expand description
Reads a Diablo II: Resurrected .texture file and decodes it into a Texture.
Implementations§
Source§impl D2rTextureParser
impl D2rTextureParser
Trait Implementations§
Source§impl Debug for D2rTextureParser
impl Debug for D2rTextureParser
Source§impl Default for D2rTextureParser
impl Default for D2rTextureParser
Source§impl Drop for D2rTextureParser
impl Drop for D2rTextureParser
impl Send for D2rTextureParser
Auto Trait Implementations§
impl !Sync for D2rTextureParser
impl Freeze for D2rTextureParser
impl RefUnwindSafe for D2rTextureParser
impl Unpin for D2rTextureParser
impl UnsafeUnpin for D2rTextureParser
impl UnwindSafe for D2rTextureParser
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