Struct gstreamer::message::DeviceChanged [−][src]
pub struct DeviceChanged<'a>(_);
Implementations
This is supported on crate feature
v1_16
only.This is supported on crate feature
v1_16
only.This is supported on crate feature
v1_16
only.Methods from Deref<Target = MessageRef>
Trait Implementations
type Target = MessageRef
type Target = MessageRef
The resulting type after dereferencing.
Auto Trait Implementations
impl<'a> RefUnwindSafe for DeviceChanged<'a>
impl<'a> Send for DeviceChanged<'a>
impl<'a> Sync for DeviceChanged<'a>
impl<'a> Unpin for DeviceChanged<'a>
impl<'a> UnwindSafe for DeviceChanged<'a>