Struct opencv_binding_generator::ExportConfig
source · pub struct ExportConfig {
pub simple: bool,
pub deprecated: bool,
pub no_return: bool,
pub no_except: bool,
pub no_discard: bool,
pub only_generated_types: bool,
}
Fields§
§simple: bool
§deprecated: bool
§no_return: bool
§no_except: bool
§no_discard: bool
§only_generated_types: bool
Implementations§
source§impl ExportConfig
impl ExportConfig
sourcepub fn make_export(_: &mut ExportConfig)
pub fn make_export(_: &mut ExportConfig)
Doesn’t change export config, but putting it into ELEMENT_EXPORT_TWEAK
will force the creation of the default ExportConfig
pub fn make_boxed(src: &mut ExportConfig)
pub fn make_simple(src: &mut ExportConfig)
Trait Implementations§
source§impl Clone for ExportConfig
impl Clone for ExportConfig
source§fn clone(&self) -> ExportConfig
fn clone(&self) -> ExportConfig
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 ExportConfig
impl Debug for ExportConfig
source§impl Default for ExportConfig
impl Default for ExportConfig
source§fn default() -> ExportConfig
fn default() -> ExportConfig
Returns the “default value” for a type. Read more