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: GESTrackElement
priv_: *mut GESOperationPrivate
_ges_reserved: [gpointer; 4]
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GESOperation
impl !Send for GESOperation
impl !Sync for GESOperation
impl Unpin for GESOperation
impl UnwindSafe for GESOperation
Blanket Implementations
Mutably borrows from an owned value. Read more