#[repr(u8)]pub enum UnimageFormat {
None = 0,
RGB = 1,
RGBA = 2,
}
Expand description
The pixel formats.
Variants§
Auto Trait Implementations§
impl Freeze for UnimageFormat
impl RefUnwindSafe for UnimageFormat
impl Send for UnimageFormat
impl Sync for UnimageFormat
impl Unpin for UnimageFormat
impl UnwindSafe for UnimageFormat
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