pub enum ImageCompressionFormat {
BMP,
PNG,
}Expand description
图像压缩格式。
Variants§
Auto Trait Implementations§
impl Freeze for ImageCompressionFormat
impl RefUnwindSafe for ImageCompressionFormat
impl Send for ImageCompressionFormat
impl Sync for ImageCompressionFormat
impl Unpin for ImageCompressionFormat
impl UnwindSafe for ImageCompressionFormat
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