Enum egli::TransparentType [] [src]

pub enum TransparentType {
    None,
    TransparentRgb,
}

Variants

None
TransparentRgb

Methods

impl TransparentType

unsafe fn from_raw(value: EGLint) -> TransparentType

Trait Implementations

Derived Implementations

impl Debug for TransparentType

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Clone for TransparentType

fn clone(&self) -> TransparentType

1.0.0fn clone_from(&mut self, source: &Self)

impl Copy for TransparentType