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