[][src]Struct phosphorus::GlEnumDisplayer

pub struct GlEnumDisplayer<'e> {
    pub gl_enum: &'e GlEnum,
    pub api: ApiGroup,
}

Tags a GlEnum we're about to print as being for an ApiGroup.

Fields

gl_enum: &'e GlEnum

The GlEnum we want to print.

api: ApiGroup

The ApiGroup we're targeting with this print out.

Trait Implementations

impl<'e> Debug for GlEnumDisplayer<'e>[src]

impl<'e> Display for GlEnumDisplayer<'e>[src]

Auto Trait Implementations

impl<'e> RefUnwindSafe for GlEnumDisplayer<'e>

impl<'e> Send for GlEnumDisplayer<'e>

impl<'e> Sync for GlEnumDisplayer<'e>

impl<'e> Unpin for GlEnumDisplayer<'e>

impl<'e> UnwindSafe for GlEnumDisplayer<'e>

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> 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.