[][src]Struct gstreamer_editing_services_sys::GESTimelineElement

#[repr(C)]
pub struct GESTimelineElement {
    pub parent_instance: GInitiallyUnowned,
    pub parent: *mut GESTimelineElement,
    pub asset: *mut GESAsset,
    pub start: GstClockTime,
    pub inpoint: GstClockTime,
    pub duration: GstClockTime,
    pub maxduration: GstClockTime,
    pub priority: u32,
    pub timeline: *mut GESTimeline,
    pub name: *mut c_char,
    pub priv_: *mut GESTimelineElementPrivate,
    pub _ges_reserved: [gpointer; 20],
}

Fields

parent_instance: GInitiallyUnownedparent: *mut GESTimelineElementasset: *mut GESAssetstart: GstClockTimeinpoint: GstClockTimeduration: GstClockTimemaxduration: GstClockTimepriority: u32timeline: *mut GESTimelinename: *mut c_charpriv_: *mut GESTimelineElementPrivate_ges_reserved: [gpointer; 20]

Trait Implementations

impl Clone for GESTimelineElement[src]

impl Copy for GESTimelineElement[src]

impl Debug for GESTimelineElement[src]

Auto Trait Implementations

impl !Send for GESTimelineElement

impl Unpin for GESTimelineElement

impl !Sync for GESTimelineElement

impl UnwindSafe for GESTimelineElement

impl RefUnwindSafe for GESTimelineElement

Blanket Implementations

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]