Trait gstreamer::miniobject::IsMiniObject

source ·
pub trait IsMiniObject:
    AsRef<Self::RefType>
    + FromGlibPtrFull<*mut Self::FfiType>
    + Send
    + Sync
    + 'static {
    type RefType;
    type FfiType;
}

Required Associated Types§

Object Safety§

This trait is not object safe.

Implementors§