[][src]Trait opencv_binding_generator::GeneratedElement

pub trait GeneratedElement {
    fn element_safe_id(&self) -> String;

    fn element_order(&self) -> u8 { ... }
fn gen_rust(&self, _opencv_version: &str) -> String { ... }
fn gen_rust_exports(&self) -> String { ... }
fn gen_cpp(&self) -> String { ... } }

Required methods

fn element_safe_id(&self) -> String

Loading content...

Provided methods

fn element_order(&self) -> u8

Element order in the output file, lower means earlier

fn gen_rust(&self, _opencv_version: &str) -> String

fn gen_rust_exports(&self) -> String

fn gen_cpp(&self) -> String

Loading content...

Implementors

impl<'_> GeneratedElement for Const<'_>[src]

impl<'_> GeneratedElement for Enum<'_>[src]

impl<'_, '_> GeneratedElement for Class<'_, '_>[src]

impl<'_, '_> GeneratedElement for Func<'_, '_>[src]

impl<'_, '_> GeneratedElement for Typedef<'_, '_>[src]

Loading content...