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