Struct gstreamer_editing_services_sys::GESBaseXmlFormatter [−][src]
#[repr(C)]pub struct GESBaseXmlFormatter { pub parent: GESFormatter, pub priv_: *mut GESBaseXmlFormatterPrivate, pub xmlcontent: *mut c_char, pub _ges_reserved: [gpointer; 3], }
Fields
parent: GESFormatterpriv_: *mut GESBaseXmlFormatterPrivatexmlcontent: *mut c_char_ges_reserved: [gpointer; 3]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GESBaseXmlFormatterimpl !Send for GESBaseXmlFormatterimpl !Sync for GESBaseXmlFormatterimpl Unpin for GESBaseXmlFormatterimpl UnwindSafe for GESBaseXmlFormatterBlanket Implementations
Mutably borrows from an owned value. Read more