[][src]Struct gstreamer_gl::GLColorConvert

pub struct GLColorConvert(_, _);

Implementations

impl GLColorConvert[src]

pub fn new<P: IsA<GLContext>>(context: &P) -> GLColorConvert[src]

pub fn set_caps(&self, in_caps: &Caps, out_caps: &Caps) -> Result<(), BoolError>[src]

pub fn transform_caps<P: IsA<GLContext>>(
    context: &P,
    direction: PadDirection,
    caps: &Caps,
    filter: &Caps
) -> Option<Caps>
[src]

Trait Implementations

impl Clone for GLColorConvert[src]

impl Debug for GLColorConvert[src]

impl Eq for GLColorConvert[src]

impl Hash for GLColorConvert[src]

impl IsA<Object> for GLColorConvert[src]

impl Ord for GLColorConvert[src]

impl<T: ObjectType> PartialEq<T> for GLColorConvert[src]

impl<T: ObjectType> PartialOrd<T> for GLColorConvert[src]

impl Send for GLColorConvert[src]

impl StaticType for GLColorConvert[src]

impl Sync for GLColorConvert[src]

Auto Trait Implementations

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<Super, Sub> CanDowncast<Sub> for Super where
    Sub: IsA<Super>,
    Super: IsA<Super>, 
[src]

impl<T> Cast for T where
    T: ObjectType
[src]

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

impl<O> GObjectExtManualGst for O where
    O: IsA<Object>, 
[src]

impl<O> GstObjectExt for O where
    O: IsA<Object>, 
[src]

impl<O> GstObjectExtManual for O where
    O: IsA<Object>, 
[src]

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

impl<T> ObjectExt for T where
    T: ObjectType
[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.