pub enum ImageOutput {
RGBA,
RGB,
YUV,
}Variants§
Trait Implementations§
Source§impl Clone for ImageOutput
impl Clone for ImageOutput
Source§fn clone(&self) -> ImageOutput
fn clone(&self) -> ImageOutput
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ImageOutput
impl Debug for ImageOutput
impl Copy for ImageOutput
Auto Trait Implementations§
impl Freeze for ImageOutput
impl RefUnwindSafe for ImageOutput
impl Send for ImageOutput
impl Sync for ImageOutput
impl Unpin for ImageOutput
impl UnwindSafe for ImageOutput
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