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
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 moresourceimpl 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 Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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