Enum elgato_streamdeck::info::ImageMode
source · pub enum ImageMode {
None,
BMP,
JPEG,
}Expand description
Image format
Variants
None
No image
BMP
Bitmap image
JPEG
Jpeg image
Trait Implementations
impl Copy for ImageMode
Auto Trait Implementations
impl RefUnwindSafe for ImageMode
impl Send for ImageMode
impl Sync for ImageMode
impl Unpin for ImageMode
impl UnwindSafe for ImageMode
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more