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_dependent_types: bool,
}Fields
simple: booldeprecated: boolno_return: boolno_except: boolno_discard: boolonly_dependent_types: boolImplementations
sourceimpl ExportConfig
 
impl ExportConfig
pub fn simple() -> Self
pub fn make_noexcept(src: &mut ExportConfig)
pub fn make_boxed(src: &mut ExportConfig)
Trait Implementations
sourceimpl Clone for ExportConfig
 
impl Clone for ExportConfig
sourcefn clone(&self) -> ExportConfig
 
fn clone(&self) -> ExportConfig
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for ExportConfig
 
impl Debug for ExportConfig
sourceimpl Default for ExportConfig
 
impl Default for ExportConfig
sourcefn default() -> ExportConfig
 
fn default() -> ExportConfig
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for ExportConfig
impl Send for ExportConfig
impl Sync for ExportConfig
impl Unpin for ExportConfig
impl UnwindSafe for ExportConfig
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
    T: ?Sized, 
 
impl<T> BorrowMut<T> for T where
    T: ?Sized, 
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more