Enum opencv::imgcodecs::ImwriteEXRTypeFlags
source · #[repr(C)]pub enum ImwriteEXRTypeFlags {
IMWRITE_EXR_TYPE_HALF = 1,
IMWRITE_EXR_TYPE_FLOAT = 2,
}
Variants§
Trait Implementations§
source§impl Clone for ImwriteEXRTypeFlags
impl Clone for ImwriteEXRTypeFlags
source§fn clone(&self) -> ImwriteEXRTypeFlags
fn clone(&self) -> ImwriteEXRTypeFlags
Returns a copy 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 ImwriteEXRTypeFlags
impl Debug for ImwriteEXRTypeFlags
source§impl From<ImwriteEXRTypeFlags> for i32
impl From<ImwriteEXRTypeFlags> for i32
source§fn from(v: ImwriteEXRTypeFlags) -> Self
fn from(v: ImwriteEXRTypeFlags) -> Self
Converts to this type from the input type.
source§impl PartialEq for ImwriteEXRTypeFlags
impl PartialEq for ImwriteEXRTypeFlags
source§fn eq(&self, other: &ImwriteEXRTypeFlags) -> bool
fn eq(&self, other: &ImwriteEXRTypeFlags) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl TryFrom<i32> for ImwriteEXRTypeFlags
impl TryFrom<i32> for ImwriteEXRTypeFlags
impl Copy for ImwriteEXRTypeFlags
impl Eq for ImwriteEXRTypeFlags
impl StructuralPartialEq for ImwriteEXRTypeFlags
Auto Trait Implementations§
impl Freeze for ImwriteEXRTypeFlags
impl RefUnwindSafe for ImwriteEXRTypeFlags
impl Send for ImwriteEXRTypeFlags
impl Sync for ImwriteEXRTypeFlags
impl Unpin for ImwriteEXRTypeFlags
impl UnwindSafe for ImwriteEXRTypeFlags
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