[]Struct gst_plugin::base_sink::BaseSink

pub struct BaseSink(_, _);

Trait Implementations

impl Clone for BaseSink

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Hash for BaseSink

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl Ord for BaseSink

This method returns an Ordering between self and other. Read more

Compares and returns the maximum of two values. Read more

Compares and returns the minimum of two values. Read more

impl StaticType for BaseSink

Returns the type identifier of Self.

impl<T: IsA<Object>> PartialEq<T> for BaseSink

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for BaseSink

impl<T: IsA<Object>> PartialOrd<T> for BaseSink

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

impl Debug for BaseSink

Formats the value using the given formatter. Read more

impl IsA<BaseSink> for BaseSink

impl IsA<Element> for BaseSink

impl IsA<Object> for BaseSink

impl IsA<Object> for BaseSink

impl BaseSinkClassExt<BaseSink> for BaseSinkClass
[src]

impl ElementClassExt<BaseSink> for BaseSinkClass
[src]

impl ObjectClassExt<BaseSink> for BaseSinkClass
[src]

impl Send for BaseSink
[src]

impl Sync for BaseSink
[src]

impl ObjectType for BaseSink
[src]

Blanket Implementations

impl<T> ElementBase for T where
    T: IsA<Element> + ObjectType,
    <T as ObjectType>::InstanceStructType: PanicPoison
[src]

impl<T> BaseSinkBase for T where
    T: IsA<Element> + IsA<BaseSink> + ObjectType, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

impl<T> From for T
[src]

Performs the conversion.

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

Performs the conversion.

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

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

🔬 This is a nightly-only experimental API. (try_from)

Performs the conversion.

impl<T> Borrow for T where
    T: ?Sized
[src]

Important traits for &'a mut R

Immutably borrows from an owned value. Read more

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

🔬 This is a nightly-only experimental API. (try_from)

Performs the conversion.

impl<T> BorrowMut for T where
    T: ?Sized
[src]

Important traits for &'a mut R

Mutably borrows from an owned value. Read more

impl<T> Any for T where
    T: 'static + ?Sized
[src]

🔬 This is a nightly-only experimental API. (get_type_id)

this method will likely be replaced by an associated static

Gets the TypeId of self. Read more

impl<'a, T> ToGlibContainerFromSlice for T where
    T: GlibPtrDefault + ToGlibPtr<'a, <T as GlibPtrDefault>::GlibType>, 

impl<'a, T> ToGlibContainerFromSlice for T where
    T: GlibPtrDefault + ToGlibPtr<'a, <T as GlibPtrDefault>::GlibType>, 

impl<'a, T> ToGlibContainerFromSlice for T where
    T: GlibPtrDefault + ToGlibPtr<'a, <T as GlibPtrDefault>::GlibType>, 

impl<T> Cast for T where
    T: IsA<Object>, 

Upcasts an object to a superclass or interface T. Read more

Important traits for &'a mut R

Upcasts an object to a reference of its superclass or interface T. Read more

Tries to downcast to a subclass or interface implementor T. Read more

Tries to downcast to a reference of its subclass or interface implementor T. Read more

Returns true if the object is an instance of (can be cast to) T.

Tries to cast to an object of type T. This handles upcasting, downcasting and casting between interface and interface implementors. All checks are performed at runtime, while downcast and upcast will do many checks at compile-time already. Read more

Tries to cast to reference to an object of type T. This handles upcasting, downcasting and casting between interface and interface implementors. All checks are performed at runtime, while downcast and upcast will do many checks at compile-time already. Read more

impl<T> IsA for T where
    T: StaticType + Wrapper + Into<ObjectRef> + UnsafeFrom<ObjectRef> + ToGlibPtr<'a, *mut <T as Wrapper>::GlibType>, 

impl<Super, Sub> Downcast for Super where
    Sub: IsA<Super>,
    Super: IsA<Super>, 

Checks if it's possible to downcast to T. Read more

Tries to downcast to T. Read more

Tries to downcast to &T. Read more

Downcasts to T unconditionally. Read more

Important traits for &'a mut R

Downcasts to &T unconditionally. Read more

impl<T> ObjectExt for T where
    T: IsA<Object> + SetValue, 

Important traits for Vec<u8>

impl<T> ToValue for T where
    T: SetValue + ?Sized

Returns a Value clone of self.

Returns the type identifer of self. Read more

impl<T> ToSendValue for T where
    T: ToValue + SetValue + Send + ?Sized

Returns a SendValue clone of self.

impl<O> ElementExt for O where
    O: IsA<Element> + IsA<Object>, 

Important traits for Vec<u8>

impl<O> GstObjectExt for O where
    O: IsA<Object> + IsA<Object>, 

impl<O> ElementExtManual for O where
    O: IsA<Element>, 

Important traits for Vec<u8>

Important traits for Vec<u8>

Important traits for Vec<u8>

Important traits for Vec<u8>

impl<O> GObjectExtManualGst for O where
    O: IsA<Object>, 

impl<O> GstObjectExtManual for O where
    O: IsA<Object> + IsA<Object> + SetValue, 

impl<O> BaseSinkExt for O where
    O: IsA<BaseSink> + IsA<Object>, 

impl<O> BaseSinkExtManual for O where
    O: IsA<BaseSink>, 

impl<T> AnyImpl for T where
    T: Any

impl<T> ObjectBase for T where
    T: ObjectType + IsA<Object>,