[−][src]Struct gstreamer_editing_services_sys::GESContainerClass
Fields
parent_class: GESTimelineElementClass
child_added: Option<unsafe extern "C" fn(_: *mut GESContainer, _: *mut GESTimelineElement)>
child_removed: Option<unsafe extern "C" fn(_: *mut GESContainer, _: *mut GESTimelineElement)>
add_child: Option<unsafe extern "C" fn(_: *mut GESContainer, _: *mut GESTimelineElement) -> gboolean>
remove_child: Option<unsafe extern "C" fn(_: *mut GESContainer, _: *mut GESTimelineElement) -> gboolean>
ungroup: Option<unsafe extern "C" fn(_: *mut GESContainer, _: gboolean) -> *mut GList>
group: Option<unsafe extern "C" fn(_: *mut GList) -> *mut GESContainer>
edit: Option<unsafe extern "C" fn(_: *mut GESContainer, _: *mut GList, _: c_int, _: GESEditMode, _: GESEdge, _: u64) -> gboolean>
grouping_priority: c_uint
_ges_reserved: [gpointer; 20]
Trait Implementations
impl Clone for GESContainerClass
[src][+]
impl Copy for GESContainerClass
[src]
impl Debug for GESContainerClass
[src][+]
Auto Trait Implementations
impl RefUnwindSafe for GESContainerClass
impl !Send for GESContainerClass
impl !Sync for GESContainerClass
impl Unpin for GESContainerClass
impl UnwindSafe for GESContainerClass
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,