pub struct TgaWriter { /* private fields */ }Expand description
Encodes a Texture into TGA format.
Implementations§
Trait Implementations§
impl Send for TgaWriter
Auto Trait Implementations§
impl !Sync for TgaWriter
impl Freeze for TgaWriter
impl RefUnwindSafe for TgaWriter
impl Unpin for TgaWriter
impl UnsafeUnpin for TgaWriter
impl UnwindSafe for TgaWriter
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