Trait gstreamer_video::subclass::prelude::NavigationImpl

source ·
pub trait NavigationImpl: ObjectImpl {
    // Required method
    fn send_event(&self, structure: Structure);

    // Provided method
    fn send_event_simple(&self, event: Event) { ... }
}

Required Methods§

source

fn send_event(&self, structure: Structure)

Provided Methods§

source

fn send_event_simple(&self, event: Event)

Available on crate feature v1_22 only.

Object Safety§

This trait is not object safe.

Implementors§