Enum opencv::core::Texture2D_Format
source · #[repr(C)]
pub enum Texture2D_Format {
NONE,
DEPTH_COMPONENT,
RGB,
RGBA,
}
Expand description
An Image Format describes the way that the images in Textures store their data.
Variants§
Trait Implementations§
source§impl Clone for Texture2D_Format
impl Clone for Texture2D_Format
source§fn clone(&self) -> Texture2D_Format
fn clone(&self) -> Texture2D_Format
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 Texture2D_Format
impl Debug for Texture2D_Format
source§impl PartialEq<Texture2D_Format> for Texture2D_Format
impl PartialEq<Texture2D_Format> for Texture2D_Format
source§fn eq(&self, other: &Texture2D_Format) -> bool
fn eq(&self, other: &Texture2D_Format) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.