ImageSource

Struct ImageSource 

Source
pub struct ImageSource { /* private fields */ }
๐Ÿ‘ŽDeprecated: Since 1.18
Expand description

GLib type: GObject with reference counted clone semantics.

Implementationsยง

Sourceยง

impl ImageSource

Source

pub const NONE: Option<&'static ImageSource> = None

๐Ÿ‘ŽDeprecated: Since 1.18

Trait Implementationsยง

Sourceยง

impl Clone for ImageSource

Sourceยง

fn clone(&self) -> Self

Makes a clone of this shared reference.

This increments the strong reference count of the object. Dropping the object will decrement it again.

1.0.0 ยท Sourceยง

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Sourceยง

impl Debug for ImageSource

Sourceยง

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Sourceยง

impl HasParamSpec for ImageSource

Sourceยง

type ParamSpec = ParamSpecObject

Sourceยง

type SetValue = ImageSource

Preferred value to be used as setter for the associated ParamSpec.
Sourceยง

type BuilderFn = fn(&str) -> ParamSpecObjectBuilder<'_, ImageSource>

Sourceยง

fn param_spec_builder() -> Self::BuilderFn

Sourceยง

impl Hash for ImageSource

Sourceยง

fn hash<H>(&self, state: &mut H)
where H: Hasher,

Hashes the memory address of this object.

1.3.0 ยท Sourceยง

fn hash_slice<H>(data: &[Self], state: &mut H)
where H: Hasher, Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
Sourceยง

impl Ord for ImageSource

Sourceยง

fn cmp(&self, other: &Self) -> Ordering

Comparison for two GObjects.

Compares the memory addresses of the provided objects.

1.21.0 ยท Sourceยง

fn max(self, other: Self) -> Self
where Self: Sized,

Compares and returns the maximum of two values. Read more
1.21.0 ยท Sourceยง

fn min(self, other: Self) -> Self
where Self: Sized,

Compares and returns the minimum of two values. Read more
1.50.0 ยท Sourceยง

fn clamp(self, min: Self, max: Self) -> Self
where Self: Sized,

Restrict a value to a certain interval. Read more
Sourceยง

impl ParentClassIs for ImageSource

Sourceยง

impl<OT: ObjectType> PartialEq<OT> for ImageSource

Sourceยง

fn eq(&self, other: &OT) -> bool

Equality for two GObjects.

Two GObjects are equal if their memory addresses are equal.

1.0.0 ยท Sourceยง

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Sourceยง

impl<OT: ObjectType> PartialOrd<OT> for ImageSource

Sourceยง

fn partial_cmp(&self, other: &OT) -> Option<Ordering>

Partial comparison for two GObjects.

Compares the memory addresses of the provided objects.

1.0.0 ยท Sourceยง

fn lt(&self, other: &Rhs) -> bool

Tests less than (for self and other) and is used by the < operator. Read more
1.0.0 ยท Sourceยง

fn le(&self, other: &Rhs) -> bool

Tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 ยท Sourceยง

fn gt(&self, other: &Rhs) -> bool

Tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 ยท Sourceยง

fn ge(&self, other: &Rhs) -> bool

Tests greater than or equal to (for self and other) and is used by the >= operator. Read more
Sourceยง

impl StaticType for ImageSource

Sourceยง

fn static_type() -> Type

Returns the type identifier of Self.
Sourceยง

impl Eq for ImageSource

Sourceยง

impl IsA<Extractable> for ImageSource

Sourceยง

impl IsA<MetaContainer> for ImageSource

Sourceยง

impl IsA<Source> for ImageSource

Sourceยง

impl IsA<TimelineElement> for ImageSource

Sourceยง

impl IsA<TrackElement> for ImageSource

Sourceยง

impl IsA<VideoSource> for ImageSource

Auto Trait Implementationsยง

Blanket Implementationsยง

Sourceยง

impl<T> Any for T
where T: 'static + ?Sized,

Sourceยง

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Sourceยง

impl<T> Borrow<T> for T
where T: ?Sized,

Sourceยง

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Sourceยง

impl<T> BorrowMut<T> for T
where T: ?Sized,

Sourceยง

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Sourceยง

impl<T> Cast for T
where T: ObjectType,

Sourceยง

fn upcast<T>(self) -> T
where T: ObjectType, Self: IsA<T>,

Upcasts an object to a superclass or interface T. Read more
Sourceยง

fn upcast_ref<T>(&self) -> &T
where T: ObjectType, Self: IsA<T>,

Upcasts an object to a reference of its superclass or interface T. Read more
Sourceยง

fn downcast<T>(self) -> Result<T, Self>
where T: ObjectType, Self: MayDowncastTo<T>,

Tries to downcast to a subclass or interface implementor T. Read more
Sourceยง

fn downcast_ref<T>(&self) -> Option<&T>
where T: ObjectType, Self: MayDowncastTo<T>,

Tries to downcast to a reference of its subclass or interface implementor T. Read more
Sourceยง

fn dynamic_cast<T>(self) -> Result<T, Self>
where T: ObjectType,

Tries to cast to an object of type T. This handles upcasting, downcasting and casting between interface and interface implementors. All checks are performed at runtime, while upcast will do many checks at compile-time already. downcast will perform the same checks at runtime as dynamic_cast, but will also ensure some amount of compile-time safety. Read more
Sourceยง

fn dynamic_cast_ref<T>(&self) -> Option<&T>
where T: ObjectType,

Tries to cast to reference to an object of type T. This handles upcasting, downcasting and casting between interface and interface implementors. All checks are performed at runtime, while downcast and upcast will do many checks at compile-time already. Read more
Sourceยง

unsafe fn unsafe_cast<T>(self) -> T
where T: ObjectType,

Casts to T unconditionally. Read more
Sourceยง

unsafe fn unsafe_cast_ref<T>(&self) -> &T
where T: ObjectType,

Casts to &T unconditionally. Read more
Sourceยง

impl<T> CloneToUninit for T
where T: Clone,

Sourceยง

unsafe fn clone_to_uninit(&self, dest: *mut u8)

๐Ÿ”ฌThis is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dest. Read more
Sourceยง

impl<O> ExtractableExt for O
where O: IsA<Extractable>,

Sourceยง

fn asset(&self) -> Option<Asset>

Sourceยง

fn id(&self) -> GString

Sourceยง

fn set_asset(&self, asset: &impl IsA<Asset>) -> Result<(), BoolError>

Sourceยง

impl<T> From<T> for T

Sourceยง

fn from(t: T) -> T

Returns the argument unchanged.

Sourceยง

impl<T> FromGlibContainerAsVec<<T as GlibPtrDefault>::GlibType, *const GList> for T

Sourceยง

impl<T> FromGlibContainerAsVec<<T as GlibPtrDefault>::GlibType, *const GPtrArray> for T

Sourceยง

impl<T> FromGlibContainerAsVec<<T as GlibPtrDefault>::GlibType, *const GSList> for T

Sourceยง

impl<T> FromGlibContainerAsVec<<T as GlibPtrDefault>::GlibType, *mut GList> for T

Sourceยง

impl<T> FromGlibContainerAsVec<<T as GlibPtrDefault>::GlibType, *mut GPtrArray> for T

Sourceยง

impl<T> FromGlibContainerAsVec<<T as GlibPtrDefault>::GlibType, *mut GSList> for T

Sourceยง

impl<T> FromGlibPtrArrayContainerAsVec<<T as GlibPtrDefault>::GlibType, *const GList> for T

Sourceยง

impl<T> FromGlibPtrArrayContainerAsVec<<T as GlibPtrDefault>::GlibType, *const GPtrArray> for T

Sourceยง

impl<T> FromGlibPtrArrayContainerAsVec<<T as GlibPtrDefault>::GlibType, *const GSList> for T

Sourceยง

impl<T> FromGlibPtrArrayContainerAsVec<<T as GlibPtrDefault>::GlibType, *mut GList> for T

Sourceยง

impl<T> FromGlibPtrArrayContainerAsVec<<T as GlibPtrDefault>::GlibType, *mut GPtrArray> for T

Sourceยง

impl<T> FromGlibPtrArrayContainerAsVec<<T as GlibPtrDefault>::GlibType, *mut GSList> for T

Sourceยง

impl<O> GObjectExtManualGst for O
where O: IsA<Object>,

Sourceยง

fn set_property_from_str(&self, name: &str, value: &str)

Sourceยง

impl<O> ImageSourceExt for O
where O: IsA<ImageSource>,

Sourceยง

fn uri(&self) -> Option<GString>

๐Ÿ‘ŽDeprecated: Since 1.18
Sourceยง

impl<T, U> Into<U> for T
where U: From<T>,

Sourceยง

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Sourceยง

impl<T> IntoClosureReturnValue for T
where T: Into<Value>,

Sourceยง

impl<T> IntoEither for T

Sourceยง

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> if into_left is true. Converts self into a Right variant of Either<Self, Self> otherwise. Read more
Sourceยง

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> if into_left(&self) returns true. Converts self into a Right variant of Either<Self, Self> otherwise. Read more
Sourceยง

impl<U> IsSubclassableExt for U

Sourceยง

impl<O> MetaContainerExt for O
where O: IsA<MetaContainer>,

Sourceยง

fn add_metas_from_string(&self, str: &str) -> bool

Sourceยง

fn check_meta_registered(&self, meta_item: &str) -> Option<(MetaFlag, Type)>

Sourceยง

fn foreach<P: FnMut(&MetaContainer, &str, &Value)>(&self, func: P)

Sourceยง

fn boolean(&self, meta_item: &str) -> Option<bool>

Sourceยง

fn date(&self, meta_item: &str) -> Option<Date>

Sourceยง

fn date_time(&self, meta_item: &str) -> Option<DateTime>

Sourceยง

fn double(&self, meta_item: &str) -> Option<f64>

Sourceยง

fn float(&self, meta_item: &str) -> Option<f32>

Sourceยง

fn int(&self, meta_item: &str) -> Option<i32>

Sourceยง

fn int64(&self, meta_item: &str) -> Option<i64>

Sourceยง

fn marker_list(&self, key: &str) -> Option<MarkerList>

Available on crate feature v1_18 only.
Sourceยง

fn meta(&self, key: &str) -> Option<Value>

Sourceยง

fn string(&self, meta_item: &str) -> Option<GString>

Sourceยง

fn uint(&self, meta_item: &str) -> Option<u32>

Sourceยง

fn uint64(&self, meta_item: &str) -> Option<u64>

Sourceยง

fn metas_to_string(&self) -> GString

Sourceยง

fn register_meta(&self, flags: MetaFlag, meta_item: &str, value: &Value) -> bool

Sourceยง

fn register_meta_boolean( &self, flags: MetaFlag, meta_item: &str, value: bool, ) -> bool

Sourceยง

fn register_meta_date( &self, flags: MetaFlag, meta_item: &str, value: &Date, ) -> bool

Sourceยง

fn register_meta_date_time( &self, flags: MetaFlag, meta_item: &str, value: &DateTime, ) -> bool

Sourceยง

fn register_meta_double( &self, flags: MetaFlag, meta_item: &str, value: f64, ) -> bool

Sourceยง

fn register_meta_float( &self, flags: MetaFlag, meta_item: &str, value: f32, ) -> bool

Sourceยง

fn register_meta_int( &self, flags: MetaFlag, meta_item: &str, value: i32, ) -> bool

Sourceยง

fn register_meta_int64( &self, flags: MetaFlag, meta_item: &str, value: i64, ) -> bool

Sourceยง

fn register_meta_string( &self, flags: MetaFlag, meta_item: &str, value: &str, ) -> bool

Sourceยง

fn register_meta_uint( &self, flags: MetaFlag, meta_item: &str, value: u32, ) -> bool

Sourceยง

fn register_meta_uint64( &self, flags: MetaFlag, meta_item: &str, value: u64, ) -> bool

Sourceยง

fn register_static_meta( &self, flags: MetaFlag, meta_item: &str, type_: Type, ) -> bool

Available on crate feature v1_18 only.
Sourceยง

fn set_boolean(&self, meta_item: &str, value: bool) -> bool

Sourceยง

fn set_date(&self, meta_item: &str, value: &Date) -> bool

Sourceยง

fn set_date_time(&self, meta_item: &str, value: &DateTime) -> bool

Sourceยง

fn set_double(&self, meta_item: &str, value: f64) -> bool

Sourceยง

fn set_float(&self, meta_item: &str, value: f32) -> bool

Sourceยง

fn set_int(&self, meta_item: &str, value: i32) -> bool

Sourceยง

fn set_int64(&self, meta_item: &str, value: i64) -> bool

Sourceยง

fn set_marker_list(&self, meta_item: &str, list: &MarkerList) -> bool

Available on crate feature v1_18 only.
Sourceยง

fn set_meta(&self, meta_item: &str, value: Option<&Value>) -> bool

Sourceยง

fn set_string(&self, meta_item: &str, value: &str) -> bool

Sourceยง

fn set_uint(&self, meta_item: &str, value: u32) -> bool

Sourceยง

fn set_uint64(&self, meta_item: &str, value: u64) -> bool

Sourceยง

fn connect_notify_meta<F: Fn(&Self, &str, Option<&Value>) + 'static>( &self, detail: Option<&str>, f: F, ) -> SignalHandlerId

Sourceยง

impl<T> ObjectExt for T
where T: ObjectType,

Sourceยง

fn is<U>(&self) -> bool
where U: StaticType,

Returns true if the object is an instance of (can be cast to) T.
Sourceยง

fn type_(&self) -> Type

Returns the type of the object.
Sourceยง

fn object_class(&self) -> &Class<Object>

Returns the ObjectClass of the object. Read more
Sourceยง

fn class(&self) -> &Class<T>
where T: IsClass,

Returns the class of the object.
Sourceยง

fn class_of<U>(&self) -> Option<&Class<U>>
where U: IsClass,

Returns the class of the object in the given type T. Read more
Sourceยง

fn interface<U>(&self) -> Option<InterfaceRef<'_, U>>
where U: IsInterface,

Returns the interface T of the object. Read more
Sourceยง

fn set_property(&self, property_name: &str, value: impl Into<Value>)

Sets the property property_name of the object to value value. Read more
Sourceยง

fn set_property_from_value(&self, property_name: &str, value: &Value)

Sets the property property_name of the object to value value. Read more
Sourceยง

fn set_properties(&self, property_values: &[(&str, &dyn ToValue)])

Sets multiple properties of the object at once. Read more
Sourceยง

fn set_properties_from_value(&self, property_values: &[(&str, Value)])

Sets multiple properties of the object at once. Read more
Sourceยง

fn property<V>(&self, property_name: &str) -> V
where V: for<'b> FromValue<'b> + 'static,

Gets the property property_name of the object and cast it to the type V. Read more
Sourceยง

fn property_value(&self, property_name: &str) -> Value

Gets the property property_name of the object. Read more
Sourceยง

fn has_property(&self, property_name: &str) -> bool

Check if the object has a property property_name.
Sourceยง

fn has_property_with_type(&self, property_name: &str, type_: Type) -> bool

Check if the object has a property property_name of the given type_.
Sourceยง

fn property_type(&self, property_name: &str) -> Option<Type>

Get the type of the property property_name of this object. Read more
Sourceยง

fn find_property(&self, property_name: &str) -> Option<ParamSpec>

Get the ParamSpec of the property property_name of this object.
Sourceยง

fn list_properties(&self) -> PtrSlice<ParamSpec>

Return all ParamSpec of the properties of this object.
Sourceยง

fn freeze_notify(&self) -> PropertyNotificationFreezeGuard

Freeze all property notifications until the return guard object is dropped. Read more
Sourceยง

unsafe fn set_qdata<QD>(&self, key: Quark, value: QD)
where QD: 'static,

Set arbitrary data on this object with the given key. Read more
Sourceยง

unsafe fn qdata<QD>(&self, key: Quark) -> Option<NonNull<QD>>
where QD: 'static,

Return previously set arbitrary data of this object with the given key. Read more
Sourceยง

unsafe fn steal_qdata<QD>(&self, key: Quark) -> Option<QD>
where QD: 'static,

Retrieve previously set arbitrary data of this object with the given key. Read more
Sourceยง

unsafe fn set_data<QD>(&self, key: &str, value: QD)
where QD: 'static,

Set arbitrary data on this object with the given key. Read more
Sourceยง

unsafe fn data<QD>(&self, key: &str) -> Option<NonNull<QD>>
where QD: 'static,

Return previously set arbitrary data of this object with the given key. Read more
Sourceยง

unsafe fn steal_data<QD>(&self, key: &str) -> Option<QD>
where QD: 'static,

Retrieve previously set arbitrary data of this object with the given key. Read more
Sourceยง

fn block_signal(&self, handler_id: &SignalHandlerId)

Block a given signal handler. Read more
Sourceยง

fn unblock_signal(&self, handler_id: &SignalHandlerId)

Unblock a given signal handler.
Sourceยง

fn stop_signal_emission(&self, signal_id: SignalId, detail: Option<Quark>)

Stop emission of the currently emitted signal.
Sourceยง

fn stop_signal_emission_by_name(&self, signal_name: &str)

Stop emission of the currently emitted signal by the (possibly detailed) signal name.
Sourceยง

fn connect<F>( &self, signal_name: &str, after: bool, callback: F, ) -> SignalHandlerId
where F: Fn(&[Value]) -> Option<Value> + Send + Sync + 'static,

Connect to the signal signal_name on this object. Read more
Sourceยง

fn connect_id<F>( &self, signal_id: SignalId, details: Option<Quark>, after: bool, callback: F, ) -> SignalHandlerId
where F: Fn(&[Value]) -> Option<Value> + Send + Sync + 'static,

Connect to the signal signal_id on this object. Read more
Sourceยง

fn connect_local<F>( &self, signal_name: &str, after: bool, callback: F, ) -> SignalHandlerId
where F: Fn(&[Value]) -> Option<Value> + 'static,

Connect to the signal signal_name on this object. Read more
Sourceยง

fn connect_local_id<F>( &self, signal_id: SignalId, details: Option<Quark>, after: bool, callback: F, ) -> SignalHandlerId
where F: Fn(&[Value]) -> Option<Value> + 'static,

Connect to the signal signal_id on this object. Read more
Sourceยง

unsafe fn connect_unsafe<F>( &self, signal_name: &str, after: bool, callback: F, ) -> SignalHandlerId
where F: Fn(&[Value]) -> Option<Value>,

Connect to the signal signal_name on this object. Read more
Sourceยง

unsafe fn connect_unsafe_id<F>( &self, signal_id: SignalId, details: Option<Quark>, after: bool, callback: F, ) -> SignalHandlerId
where F: Fn(&[Value]) -> Option<Value>,

Connect to the signal signal_id on this object. Read more
Sourceยง

fn connect_closure( &self, signal_name: &str, after: bool, closure: RustClosure, ) -> SignalHandlerId

Connect a closure to the signal signal_name on this object. Read more
Sourceยง

fn connect_closure_id( &self, signal_id: SignalId, details: Option<Quark>, after: bool, closure: RustClosure, ) -> SignalHandlerId

Connect a closure to the signal signal_id on this object. Read more
Sourceยง

fn watch_closure(&self, closure: &impl AsRef<Closure>)

Limits the lifetime of closure to the lifetime of the object. When the objectโ€™s reference count drops to zero, the closure will be invalidated. An invalidated closure will ignore any calls to invoke_with_values, or invoke when using Rust closures.
Sourceยง

fn emit<R>(&self, signal_id: SignalId, args: &[&dyn ToValue]) -> R

Emit signal by signal id. Read more
Sourceยง

fn emit_with_values(&self, signal_id: SignalId, args: &[Value]) -> Option<Value>

Same as Self::emit but takes Value for the arguments.
Sourceยง

fn emit_by_name<R>(&self, signal_name: &str, args: &[&dyn ToValue]) -> R

Emit signal by its name. Read more
Sourceยง

fn emit_by_name_with_values( &self, signal_name: &str, args: &[Value], ) -> Option<Value>

Emit signal by its name. Read more
Sourceยง

fn emit_by_name_with_details<R>( &self, signal_name: &str, details: Quark, args: &[&dyn ToValue], ) -> R

Emit signal by its name with details. Read more
Sourceยง

fn emit_by_name_with_details_and_values( &self, signal_name: &str, details: Quark, args: &[Value], ) -> Option<Value>

Emit signal by its name with details. Read more
Sourceยง

fn emit_with_details<R>( &self, signal_id: SignalId, details: Quark, args: &[&dyn ToValue], ) -> R

Emit signal by signal id with details. Read more
Sourceยง

fn emit_with_details_and_values( &self, signal_id: SignalId, details: Quark, args: &[Value], ) -> Option<Value>

Emit signal by signal id with details. Read more
Sourceยง

fn disconnect(&self, handler_id: SignalHandlerId)

Disconnect a previously connected signal handler.
Sourceยง

fn connect_notify<F>(&self, name: Option<&str>, f: F) -> SignalHandlerId
where F: Fn(&T, &ParamSpec) + Send + Sync + 'static,

Connect to the notify signal of the object. Read more
Sourceยง

fn connect_notify_local<F>(&self, name: Option<&str>, f: F) -> SignalHandlerId
where F: Fn(&T, &ParamSpec) + 'static,

Connect to the notify signal of the object. Read more
Sourceยง

unsafe fn connect_notify_unsafe<F>( &self, name: Option<&str>, f: F, ) -> SignalHandlerId
where F: Fn(&T, &ParamSpec),

Connect to the notify signal of the object. Read more
Sourceยง

fn notify(&self, property_name: &str)

Notify that the given property has changed its value. Read more
Sourceยง

fn notify_by_pspec(&self, pspec: &ParamSpec)

Notify that the given property has changed its value. Read more
Sourceยง

fn downgrade(&self) -> WeakRef<T>

Downgrade this object to a weak reference.
Sourceยง

fn add_weak_ref_notify<F>(&self, f: F) -> WeakRefNotify<T>
where F: FnOnce() + Send + 'static,

Add a callback to be notified when the Object is disposed.
Sourceยง

fn add_weak_ref_notify_local<F>(&self, f: F) -> WeakRefNotify<T>
where F: FnOnce() + 'static,

Add a callback to be notified when the Object is disposed. Read more
Sourceยง

fn bind_property<'a, 'f, 't, O>( &'a self, source_property: &'a str, target: &'a O, target_property: &'a str, ) -> BindingBuilder<'a, 'f, 't>
where O: ObjectType,

Bind property source_property on this object to the target_property on the target object. Read more
Sourceยง

fn ref_count(&self) -> u32

Returns the strong reference count of this object.
Sourceยง

unsafe fn run_dispose(&self)

Runs the dispose mechanism of the object. Read more
Sourceยง

impl<T> Property for T
where T: HasParamSpec,

Sourceยง

impl<T> PropertyGet for T
where T: HasParamSpec,

Sourceยง

type Value = T

Sourceยง

fn get<R, F>(&self, f: F) -> R
where F: Fn(&<T as PropertyGet>::Value) -> R,

Sourceยง

impl<T> StaticTypeExt for T
where T: StaticType,

Sourceยง

fn ensure_type()

Ensures that the type has been registered with the type system.
Sourceยง

impl<O> TimelineElementExt for O
where O: IsA<TimelineElement>,

Sourceยง

fn add_child_property( &self, pspec: impl AsRef<ParamSpec>, child: &impl IsA<Object>, ) -> Result<(), BoolError>

Sourceยง

fn copy(&self, deep: bool) -> TimelineElement

Sourceยง

fn edit( &self, layers: &[Layer], new_layer_priority: i64, mode: EditMode, edge: Edge, position: u64, ) -> bool

Available on crate feature v1_18 only.
Sourceยง

fn edit_full( &self, new_layer_priority: i64, mode: EditMode, edge: Edge, position: u64, ) -> Result<(), Error>

Available on crate feature v1_18 only.
Sourceยง

fn child_property(&self, property_name: &str) -> Option<Value>

Sourceยง

fn child_property_by_pspec(&self, pspec: impl AsRef<ParamSpec>) -> Value

Sourceยง

fn duration(&self) -> ClockTime

Sourceยง

fn inpoint(&self) -> ClockTime

Sourceยง

fn layer_priority(&self) -> u32

Available on crate feature v1_16 only.
Sourceยง

fn max_duration(&self) -> Option<ClockTime>

Sourceยง

fn name(&self) -> Option<GString>

Sourceยง

fn natural_framerate(&self) -> Option<(i32, i32)>

Available on crate feature v1_18 only.
Sourceยง

fn parent(&self) -> Option<TimelineElement>

Sourceยง

fn priority(&self) -> u32

Sourceยง

fn start(&self) -> ClockTime

Sourceยง

fn timeline(&self) -> Option<Timeline>

Sourceยง

fn toplevel_parent(&self) -> TimelineElement

Sourceยง

fn track_types(&self) -> TrackType

Sourceยง

fn list_children_properties(&self) -> Vec<ParamSpec>

Sourceยง

fn lookup_child(&self, prop_name: &str) -> Option<(Object, ParamSpec)>

Sourceยง

fn paste(&self, paste_position: ClockTime) -> Result<TimelineElement, BoolError>

Sourceยง

fn remove_child_property( &self, pspec: impl AsRef<ParamSpec>, ) -> Result<(), BoolError>

Sourceยง

fn ripple(&self, start: ClockTime) -> Result<(), BoolError>

Sourceยง

fn ripple_end(&self, end: ClockTime) -> Result<(), BoolError>

Sourceยง

fn roll_end(&self, end: ClockTime) -> Result<(), BoolError>

Sourceยง

fn roll_start(&self, start: ClockTime) -> Result<(), BoolError>

Sourceยง

fn set_child_property( &self, property_name: &str, value: &Value, ) -> Result<(), BoolError>

Sourceยง

fn set_child_property_by_pspec( &self, pspec: impl AsRef<ParamSpec>, value: &Value, )

Sourceยง

fn set_child_property_full( &self, property_name: &str, value: &Value, ) -> Result<(), Error>

Available on crate feature v1_18 only.
Sourceยง

fn set_duration(&self, duration: impl Into<Option<ClockTime>>) -> bool

Sourceยง

fn set_inpoint(&self, inpoint: ClockTime) -> bool

Sourceยง

fn set_max_duration(&self, maxduration: impl Into<Option<ClockTime>>) -> bool

Sourceยง

fn set_name(&self, name: Option<&str>) -> Result<(), BoolError>

Sourceยง

fn set_parent( &self, parent: &impl IsA<TimelineElement>, ) -> Result<(), BoolError>

Sourceยง

fn set_priority(&self, priority: u32) -> bool

๐Ÿ‘ŽDeprecated: Since 1.10
Sourceยง

fn set_start(&self, start: ClockTime) -> bool

Sourceยง

fn set_timeline(&self, timeline: &impl IsA<Timeline>) -> Result<(), BoolError>

Sourceยง

fn trim(&self, start: ClockTime) -> Result<(), BoolError>

Sourceยง

fn is_serialize(&self) -> bool

Sourceยง

fn set_serialize(&self, serialize: bool)

Sourceยง

fn connect_child_property_added<F: Fn(&Self, &Object, &ParamSpec) + 'static>( &self, f: F, ) -> SignalHandlerId

Available on crate feature v1_18 only.
Sourceยง

fn connect_child_property_removed<F: Fn(&Self, &Object, &ParamSpec) + 'static>( &self, f: F, ) -> SignalHandlerId

Available on crate feature v1_18 only.
Sourceยง

fn connect_deep_notify<F: Fn(&Self, &Object, &ParamSpec) + 'static>( &self, detail: Option<&str>, f: F, ) -> SignalHandlerId

Sourceยง

fn connect_duration_notify<F: Fn(&Self) + 'static>( &self, f: F, ) -> SignalHandlerId

Sourceยง

fn connect_in_point_notify<F: Fn(&Self) + 'static>( &self, f: F, ) -> SignalHandlerId

Sourceยง

fn connect_max_duration_notify<F: Fn(&Self) + 'static>( &self, f: F, ) -> SignalHandlerId

Sourceยง

fn connect_name_notify<F: Fn(&Self) + 'static>(&self, f: F) -> SignalHandlerId

Sourceยง

fn connect_parent_notify<F: Fn(&Self) + 'static>(&self, f: F) -> SignalHandlerId

Sourceยง

fn connect_priority_notify<F: Fn(&Self) + 'static>( &self, f: F, ) -> SignalHandlerId

๐Ÿ‘ŽDeprecated: Since 1.10
Sourceยง

fn connect_serialize_notify<F: Fn(&Self) + 'static>( &self, f: F, ) -> SignalHandlerId

Sourceยง

fn connect_start_notify<F: Fn(&Self) + 'static>(&self, f: F) -> SignalHandlerId

Sourceยง

fn connect_timeline_notify<F: Fn(&Self) + 'static>( &self, f: F, ) -> SignalHandlerId

Sourceยง

impl<T> ToOwned for T
where T: Clone,

Sourceยง

type Owned = T

The resulting type after obtaining ownership.
Sourceยง

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Sourceยง

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
Sourceยง

impl<O> TrackElementExt for O
where O: IsA<TrackElement>,

Sourceยง

fn add_children_props( &self, element: &impl IsA<Element>, wanted_categories: &[&str], blacklist: &[&str], whitelist: &[&str], )

Sourceยง

fn clamp_control_source(&self, property_name: &str)

Available on crate feature v1_18 only.
Sourceยง

fn edit( &self, layers: &[Layer], mode: EditMode, edge: Edge, position: u64, ) -> Result<(), BoolError>

๐Ÿ‘ŽDeprecated: Since 1.18
Sourceยง

fn is_auto_clamp_control_sources(&self) -> bool

Available on crate feature v1_18 only.
Sourceยง

fn child_property(&self, property_name: &str) -> Option<Value>

Sourceยง

fn child_property_by_pspec(&self, pspec: impl AsRef<ParamSpec>) -> Value

Sourceยง

fn control_binding(&self, property_name: &str) -> Option<ControlBinding>

Sourceยง

fn element(&self) -> Option<Element>

Sourceยง

fn gnlobject(&self) -> Element

Sourceยง

fn nleobject(&self) -> Element

Sourceยง

fn track(&self) -> Option<Track>

Sourceยง

fn track_type(&self) -> TrackType

Sourceยง

fn has_internal_source(&self) -> bool

Available on crate feature v1_18 only.
Sourceยง

fn is_active(&self) -> bool

Sourceยง

fn is_core(&self) -> bool

Available on crate feature v1_18 only.
Sourceยง

fn list_children_properties(&self) -> Vec<ParamSpec>

Sourceยง

fn lookup_child(&self, prop_name: &str) -> Option<(Element, ParamSpec)>

Sourceยง

fn remove_control_binding(&self, property_name: &str) -> Result<(), BoolError>

Sourceยง

fn set_active(&self, active: bool) -> bool

Sourceยง

fn set_auto_clamp_control_sources(&self, auto_clamp: bool)

Available on crate feature v1_18 only.
Sourceยง

fn set_child_property( &self, property_name: &str, value: &Value, ) -> Result<(), BoolError>

Sourceยง

fn set_child_property_by_pspec( &self, pspec: impl AsRef<ParamSpec>, value: &Value, )

Sourceยง

fn set_control_source( &self, source: &impl IsA<ControlSource>, property_name: &str, binding_type: &str, ) -> bool

Sourceยง

fn set_has_internal_source(&self, has_internal_source: bool) -> bool

Available on crate feature v1_18 only.
Sourceยง

fn set_track_type(&self, type_: TrackType)

Sourceยง

fn connect_control_binding_added<F: Fn(&Self, &ControlBinding) + 'static>( &self, f: F, ) -> SignalHandlerId

Sourceยง

fn connect_control_binding_removed<F: Fn(&Self, &ControlBinding) + 'static>( &self, f: F, ) -> SignalHandlerId

Sourceยง

fn connect_active_notify<F: Fn(&Self) + 'static>(&self, f: F) -> SignalHandlerId

Sourceยง

fn connect_auto_clamp_control_sources_notify<F: Fn(&Self) + 'static>( &self, f: F, ) -> SignalHandlerId

Available on crate feature v1_18 only.
Sourceยง

fn connect_has_internal_source_notify<F: Fn(&Self) + 'static>( &self, f: F, ) -> SignalHandlerId

Available on crate feature v1_18 only.
Sourceยง

fn connect_track_notify<F: Fn(&Self) + 'static>(&self, f: F) -> SignalHandlerId

Sourceยง

fn connect_track_type_notify<F: Fn(&Self) + 'static>( &self, f: F, ) -> SignalHandlerId

Sourceยง

impl<T> TransparentType for T

Sourceยง

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Sourceยง

type Error = Infallible

The type returned in the event of a conversion error.
Sourceยง

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Sourceยง

impl<T> TryFromClosureReturnValue for T
where T: for<'a> FromValue<'a> + StaticType + 'static,

Sourceยง

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Sourceยง

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

The type returned in the event of a conversion error.
Sourceยง

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
Sourceยง

impl<O> VideoSourceExt for O
where O: IsA<VideoSource>,

Sourceยง

fn natural_size(&self) -> Option<(i32, i32)>

Available on crate feature v1_18 only.
Sourceยง

impl<'a, T, C, E> FromValueOptional<'a> for T
where T: FromValue<'a, Checker = C>, C: ValueTypeChecker<Error = ValueTypeMismatchOrNoneError<E>>, E: Error + Send + 'static,

Sourceยง

impl<Super, Sub> MayDowncastTo<Sub> for Super
where Super: IsA<Super>, Sub: IsA<Super>,