#[repr(i32)]pub enum ImageMode {
Single = 0,
Multiple = 1,
Continuous = 2,
}Expand description
Image mode.
Variants§
Implementations§
Trait Implementations§
impl Copy for ImageMode
impl Eq for ImageMode
impl StructuralPartialEq for ImageMode
Auto Trait Implementations§
impl Freeze for ImageMode
impl RefUnwindSafe for ImageMode
impl Send for ImageMode
impl Sync for ImageMode
impl Unpin for ImageMode
impl UnsafeUnpin for ImageMode
impl UnwindSafe for ImageMode
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