[][src]Enum gstreamer_gl::GLSLVersion

pub enum GLSLVersion {
    None,
    _100,
    _110,
    _120,
    _130,
    _140,
    _150,
    _300,
    _310,
    _320,
    _330,
    _400,
    _410,
    _420,
    _430,
    _440,
    _450,
    // some variants omitted
}

GLSL version list

Variants

None
_100
_110
_120
_130
_140
_150
_300
_310
_320
_330
_400
_410
_420
_430
_440
_450

Trait Implementations

impl Clone for GLSLVersion[src]

impl Copy for GLSLVersion[src]

impl Debug for GLSLVersion[src]

impl Eq for GLSLVersion[src]

impl<'a> FromValue<'a> for GLSLVersion[src]

impl<'a> FromValueOptional<'a> for GLSLVersion[src]

impl Hash for GLSLVersion[src]

impl Ord for GLSLVersion[src]

impl PartialEq<GLSLVersion> for GLSLVersion[src]

impl PartialOrd<GLSLVersion> for GLSLVersion[src]

impl SetValue for GLSLVersion[src]

impl StaticType for GLSLVersion[src]

impl StructuralEq for GLSLVersion[src]

impl StructuralPartialEq for GLSLVersion[src]

Auto Trait Implementations

impl RefUnwindSafe for GLSLVersion

impl Send for GLSLVersion

impl Sync for GLSLVersion

impl Unpin for GLSLVersion

impl UnwindSafe for GLSLVersion

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> ToSendValue for T where
    T: ToValue + SetValue + Send + ?Sized
[src]

impl<T> ToValue for T where
    T: SetValue + ?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.