[][src]Struct opencv_binding_generator::Enum

pub struct Enum<'tu> { /* fields omitted */ }

Implementations

impl<'tu> Enum<'tu>[src]

pub fn new(entity: Entity<'tu>) -> Self[src]

pub fn new_ext(entity: Entity<'tu>, custom_fullname: String) -> Self[src]

pub fn as_typedefed(&self) -> Option<Entity>[src]

pub fn consts(&self) -> Vec<Const>[src]

Trait Implementations

impl<'tu> Clone for Enum<'tu>[src]

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

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

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

impl<'tu> EntityElement<'tu> for Enum<'tu>[src]

Auto Trait Implementations

impl<'tu> RefUnwindSafe for Enum<'tu>

impl<'tu> !Send for Enum<'tu>

impl<'tu> !Sync for Enum<'tu>

impl<'tu> Unpin for Enum<'tu>

impl<'tu> UnwindSafe for Enum<'tu>

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> ToString for T where
    T: Display + ?Sized
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.