Struct gstreamer::message::SegmentDone [−][src]
pub struct SegmentDone<'a>(_);
Implementations
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 SegmentDone<'a>
impl<'a> Send for SegmentDone<'a>
impl<'a> Sync for SegmentDone<'a>
impl<'a> Unpin for SegmentDone<'a>
impl<'a> UnwindSafe for SegmentDone<'a>