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