Struct gstreamer_editing_services_sys::GESCommandLineFormatter [−][src]
#[repr(C)]pub struct GESCommandLineFormatter { pub parent_instance: GESFormatter, pub priv_: *mut GESCommandLineFormatterPrivate, }
Fields
parent_instance: GESFormatter
priv_: *mut GESCommandLineFormatterPrivate
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GESCommandLineFormatter
impl !Send for GESCommandLineFormatter
impl !Sync for GESCommandLineFormatter
impl Unpin for GESCommandLineFormatter
impl UnwindSafe for GESCommandLineFormatter
Blanket Implementations
Mutably borrows from an owned value. Read more