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