Enum egli::TransparentType
[−]
[src]
pub enum TransparentType {
None,
TransparentRgb,
}Variants
None | ||
TransparentRgb |
pub enum TransparentType {
None,
TransparentRgb,
}None | ||
TransparentRgb |
impl TransparentTypeunsafe fn from_raw(value: EGLint) -> TransparentTypeimpl Debug for TransparentTypeimpl Clone for TransparentTypefn clone(&self) -> TransparentTypefn clone_from(&mut self, source: &Self)impl Copy for TransparentType