Struct gstreamer::event::Protection [−][src]
pub struct Protection<'a>(_);
Implementations
Methods from Deref<Target = EventRef>
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for Protection<'a>
impl<'a> Send for Protection<'a>
impl<'a> Sync for Protection<'a>
impl<'a> Unpin for Protection<'a>
impl<'a> UnwindSafe for Protection<'a>