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