Enum opencv::core::FileStorage_State
source · #[repr(C)]
pub enum FileStorage_State {
UNDEFINED,
VALUE_EXPECTED,
NAME_EXPECTED,
INSIDE_MAP,
}
Variants§
Trait Implementations§
source§impl Clone for FileStorage_State
impl Clone for FileStorage_State
source§fn clone(&self) -> FileStorage_State
fn clone(&self) -> FileStorage_State
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 FileStorage_State
impl Debug for FileStorage_State
source§impl PartialEq<FileStorage_State> for FileStorage_State
impl PartialEq<FileStorage_State> for FileStorage_State
source§fn eq(&self, other: &FileStorage_State) -> bool
fn eq(&self, other: &FileStorage_State) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.