pub enum ImageProcMode {
FrameImage = 0,
FieldImage = 1,
}Variants§
Trait Implementations§
Source§impl Clone for ImageProcMode
impl Clone for ImageProcMode
Source§fn clone(&self) -> ImageProcMode
fn clone(&self) -> ImageProcMode
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 ImageProcMode
impl Debug for ImageProcMode
Source§impl PartialEq for ImageProcMode
impl PartialEq for ImageProcMode
impl Copy for ImageProcMode
impl StructuralPartialEq for ImageProcMode
Auto Trait Implementations§
impl Freeze for ImageProcMode
impl RefUnwindSafe for ImageProcMode
impl Send for ImageProcMode
impl Sync for ImageProcMode
impl Unpin for ImageProcMode
impl UnsafeUnpin for ImageProcMode
impl UnwindSafe for ImageProcMode
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