[]Struct gst_plugin::pad::Pad

pub struct Pad(_, _);

Trait Implementations

impl Clone for Pad

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Hash for Pad

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

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

impl Ord for Pad

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 Pad

Returns the type identifier of Self.

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

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

This method tests for !=.

impl Eq for Pad

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

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 Pad

Formats the value using the given formatter. Read more

impl IsA<Pad> for Pad

impl IsA<Object> for Pad

impl IsA<Object> for Pad

impl PadClassExt<Pad> for PadClass
[src]

impl ObjectClassExt<Pad> for PadClass
[src]

impl Send for Pad
[src]

impl Sync for Pad
[src]

impl ObjectType for Pad
[src]

Blanket Implementations

impl<T> PadBase for T where
    T: IsA<Pad> + 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> GstObjectExt for O where
    O: IsA<Object> + IsA<Object>, 

impl<O> PadExt for O where
    O: IsA<Pad> + IsA<Object>, 

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

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

impl<O> PadExtManual for O where
    O: IsA<Pad>, 

impl<T> AnyImpl for T where
    T: Any

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