#[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: GInitiallyUnowned
§parent: *mut GESTimelineElement
§asset: *mut GESAsset
§start: GstClockTime
§inpoint: GstClockTime
§duration: GstClockTime
§maxduration: GstClockTime
§priority: u32
§timeline: *mut GESTimeline
§name: *mut c_char
§priv_: *mut GESTimelineElementPrivate
§_ges_reserved: [gpointer; 20]
Trait Implementations§
source§impl Clone for GESTimelineElement
impl Clone for GESTimelineElement
source§fn clone(&self) -> GESTimelineElement
fn clone(&self) -> GESTimelineElement
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for GESTimelineElement
impl Debug for GESTimelineElement
impl Copy for GESTimelineElement
Auto Trait Implementations§
impl Freeze for GESTimelineElement
impl RefUnwindSafe for GESTimelineElement
impl !Send for GESTimelineElement
impl !Sync for GESTimelineElement
impl Unpin for GESTimelineElement
impl UnwindSafe for GESTimelineElement
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)