[−][src]Struct gstreamer::subclass::ElementInstanceStruct
Trait Implementations
impl<T: ObjectSubclass> InstanceStruct for ElementInstanceStruct<T>
[src]
type Type = T
Corresponding object subclass type for this instance struct.
fn get_impl(&self) -> &Self::Type
[src]
fn get_class(&self) -> &<Self::Type as ObjectSubclass>::Class
[src]
impl<T: ObjectSubclass> PanicPoison for ElementInstanceStruct<T>
[src]
fn panicked(&self) -> &AtomicBool
[src]
Auto Trait Implementations
impl<T> RefUnwindSafe for ElementInstanceStruct<T> where
<<T as ObjectSubclass>::ParentType as ObjectType>::GlibType: RefUnwindSafe,
<<T as ObjectSubclass>::ParentType as ObjectType>::GlibType: RefUnwindSafe,
impl<T> Send for ElementInstanceStruct<T> where
<<T as ObjectSubclass>::ParentType as ObjectType>::GlibType: Send,
<<T as ObjectSubclass>::ParentType as ObjectType>::GlibType: Send,
impl<T> Sync for ElementInstanceStruct<T> where
<<T as ObjectSubclass>::ParentType as ObjectType>::GlibType: Sync,
<<T as ObjectSubclass>::ParentType as ObjectType>::GlibType: Sync,
impl<T> Unpin for ElementInstanceStruct<T> where
<<T as ObjectSubclass>::ParentType as ObjectType>::GlibType: Unpin,
<<T as ObjectSubclass>::ParentType as ObjectType>::GlibType: Unpin,
impl<T> UnwindSafe for ElementInstanceStruct<T> where
<<T as ObjectSubclass>::ParentType as ObjectType>::GlibType: UnwindSafe,
<<T as ObjectSubclass>::ParentType as ObjectType>::GlibType: UnwindSafe,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,