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: GInitiallyUnownedpriv_: *mut GESFormatterPrivateproject: *mut GESProjecttimeline: *mut GESTimeline_ges_reserved: [gpointer; 4]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GESFormatterimpl !Send for GESFormatterimpl !Sync for GESFormatterimpl Unpin for GESFormatterimpl UnwindSafe for GESFormatterBlanket Implementations
Mutably borrows from an owned value. Read more