Struct gstreamer_editing_services_sys::GESFormatter [−][src]
#[repr(C)]pub struct GESFormatter { pub parent: GInitiallyUnowned, pub priv_: *mut GESFormatterPrivate, pub project: *mut GESProject, pub timeline: *mut GESTimeline, pub _ges_reserved: [gpointer; 4], }
Fields
parent: GInitiallyUnowned
priv_: *mut GESFormatterPrivate
project: *mut GESProject
timeline: *mut GESTimeline
_ges_reserved: [gpointer; 4]
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GESFormatter
impl !Send for GESFormatter
impl !Sync for GESFormatter
impl Unpin for GESFormatter
impl UnwindSafe for GESFormatter
Blanket Implementations
Mutably borrows from an owned value. Read more