Skip to main content

Message

Struct Message 

Source
pub struct Message { /* private fields */ }

Implementations§

Source§

impl Message

Source

pub unsafe fn from_glib_ptr_borrow(ptr: &*mut GstMessage) -> &Self

Source

pub unsafe fn from_glib_none(ptr: *const GstMessage) -> Self

Source

pub unsafe fn from_glib_full(ptr: *const GstMessage) -> Self

Source

pub unsafe fn from_glib_borrow(ptr: *const GstMessage) -> Borrowed<Self>

Source

pub unsafe fn replace_ptr(&mut self, ptr: *mut GstMessage)

Source

pub fn make_mut(&mut self) -> &mut MessageRef

Source

pub fn get_mut(&mut self) -> Option<&mut MessageRef>

Source

pub fn is_writable(&self) -> bool

Source

pub fn upcast(self) -> MiniObject

Methods from Deref<Target = MessageRef>§

Source

pub fn as_ptr(&self) -> *const GstMessage

Source

pub fn as_mut_ptr(&self) -> *mut GstMessage

Source

pub fn copy(&self) -> Message

Source

pub fn upcast_ref(&self) -> &MiniObjectRef

Source

pub fn src(&self) -> Option<&Object>

Source

pub fn seqnum(&self) -> Seqnum

Source

pub fn set_seqnum(&self, seqnum: Seqnum)

Source

pub fn structure(&self) -> Option<&StructureRef>

Source

pub fn details(&self) -> Option<&StructureRef>

Source

pub fn has_name(&self, name: &str) -> bool

Source

pub fn view(&self) -> MessageView<'_>

Source

pub fn type_(&self) -> MessageType

Trait Implementations§

Source§

impl AsRef<MessageRef> for Message

Source§

fn as_ref(&self) -> &MessageRef

Converts this type into a shared reference of the (usually inferred) input type.
Source§

impl Borrow<MessageRef> for Message

Source§

fn borrow(&self) -> &MessageRef

Immutably borrows from an owned value. Read more
Source§

impl Clone for Message

Source§

fn clone(&self) -> Self

Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§

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

Performs copy-assignment from source. Read more
Source§

impl Debug for Message

Source§

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

Formats the value using the given formatter. Read more
Source§

impl Deref for Message

Source§

type Target = MessageRef

The resulting type after dereferencing.
Source§

fn deref(&self) -> &Self::Target

Dereferences the value.
Source§

impl Drop for Message

Source§

fn drop(&mut self)

Executes the destructor for this type. Read more
Source§

fn pin_drop(self: Pin<&mut Self>)

🔬This is a nightly-only experimental API. (pin_ergonomics)
Execute the destructor for this type, but different to Drop::drop, it requires self to be pinned. Read more
Source§

impl From<Application<Message>> for Message

Source§

fn from(concrete: Application<Message>) -> Self

Converts to this type from the input type.
Source§

impl From<AsyncDone<Message>> for Message

Source§

fn from(concrete: AsyncDone<Message>) -> Self

Converts to this type from the input type.
Source§

impl From<AsyncStart<Message>> for Message

Source§

fn from(concrete: AsyncStart<Message>) -> Self

Converts to this type from the input type.
Source§

impl From<Buffering<Message>> for Message

Source§

fn from(concrete: Buffering<Message>) -> Self

Converts to this type from the input type.
Source§

impl From<ClockLost<Message>> for Message

Source§

fn from(concrete: ClockLost<Message>) -> Self

Converts to this type from the input type.
Source§

impl From<ClockProvide<Message>> for Message

Source§

fn from(concrete: ClockProvide<Message>) -> Self

Converts to this type from the input type.
Source§

impl From<DeviceAdded<Message>> for Message

Source§

fn from(concrete: DeviceAdded<Message>) -> Self

Converts to this type from the input type.
Source§

impl From<DeviceChanged<Message>> for Message

Source§

fn from(concrete: DeviceChanged<Message>) -> Self

Converts to this type from the input type.
Source§

impl From<DeviceMonitorStarted<Message>> for Message

Source§

fn from(concrete: DeviceMonitorStarted<Message>) -> Self

Converts to this type from the input type.
Source§

impl From<DeviceRemoved<Message>> for Message

Source§

fn from(concrete: DeviceRemoved<Message>) -> Self

Converts to this type from the input type.
Source§

impl From<DurationChanged<Message>> for Message

Source§

fn from(concrete: DurationChanged<Message>) -> Self

Converts to this type from the input type.
Source§

impl From<Element<Message>> for Message

Source§

fn from(concrete: Element<Message>) -> Self

Converts to this type from the input type.
Source§

impl From<Eos<Message>> for Message

Source§

fn from(concrete: Eos<Message>) -> Self

Converts to this type from the input type.
Source§

impl From<Error<Message>> for Message

Source§

fn from(concrete: Error<Message>) -> Self

Converts to this type from the input type.
Source§

impl From<HaveContext<Message>> for Message

Source§

fn from(concrete: HaveContext<Message>) -> Self

Converts to this type from the input type.
Source§

impl From<Info<Message>> for Message

Source§

fn from(concrete: Info<Message>) -> Self

Converts to this type from the input type.
Source§

impl From<InstantRateRequest<Message>> for Message

Source§

fn from(concrete: InstantRateRequest<Message>) -> Self

Converts to this type from the input type.
Source§

impl From<Latency<Message>> for Message

Source§

fn from(concrete: Latency<Message>) -> Self

Converts to this type from the input type.
Source§

impl From<Message> for Value

Source§

fn from(v: Message) -> Value

Converts to this type from the input type.
Source§

impl From<NeedContext<Message>> for Message

Source§

fn from(concrete: NeedContext<Message>) -> Self

Converts to this type from the input type.
Source§

impl From<NewClock<Message>> for Message

Source§

fn from(concrete: NewClock<Message>) -> Self

Converts to this type from the input type.
Source§

impl From<Other<Message>> for Message

Source§

fn from(concrete: Other<Message>) -> Self

Converts to this type from the input type.
Source§

impl From<Progress<Message>> for Message

Source§

fn from(concrete: Progress<Message>) -> Self

Converts to this type from the input type.
Source§

impl From<PropertyNotify<Message>> for Message

Source§

fn from(concrete: PropertyNotify<Message>) -> Self

Converts to this type from the input type.
Source§

impl From<Qos<Message>> for Message

Source§

fn from(concrete: Qos<Message>) -> Self

Converts to this type from the input type.
Source§

impl From<Redirect<Message>> for Message

Source§

fn from(concrete: Redirect<Message>) -> Self

Converts to this type from the input type.
Source§

impl From<RequestState<Message>> for Message

Source§

fn from(concrete: RequestState<Message>) -> Self

Converts to this type from the input type.
Source§

impl From<ResetTime<Message>> for Message

Source§

fn from(concrete: ResetTime<Message>) -> Self

Converts to this type from the input type.
Source§

impl From<SegmentDone<Message>> for Message

Source§

fn from(concrete: SegmentDone<Message>) -> Self

Converts to this type from the input type.
Source§

impl From<SegmentStart<Message>> for Message

Source§

fn from(concrete: SegmentStart<Message>) -> Self

Converts to this type from the input type.
Source§

impl From<StateChanged<Message>> for Message

Source§

fn from(concrete: StateChanged<Message>) -> Self

Converts to this type from the input type.
Source§

impl From<StateDirty<Message>> for Message

Source§

fn from(concrete: StateDirty<Message>) -> Self

Converts to this type from the input type.
Source§

impl From<StepDone<Message>> for Message

Source§

fn from(concrete: StepDone<Message>) -> Self

Converts to this type from the input type.
Source§

impl From<StepStart<Message>> for Message

Source§

fn from(concrete: StepStart<Message>) -> Self

Converts to this type from the input type.
Source§

impl From<StreamCollection<Message>> for Message

Source§

fn from(concrete: StreamCollection<Message>) -> Self

Converts to this type from the input type.
Source§

impl From<StreamStart<Message>> for Message

Source§

fn from(concrete: StreamStart<Message>) -> Self

Converts to this type from the input type.
Source§

impl From<StreamStatus<Message>> for Message

Source§

fn from(concrete: StreamStatus<Message>) -> Self

Converts to this type from the input type.
Source§

impl From<StreamsSelected<Message>> for Message

Source§

fn from(concrete: StreamsSelected<Message>) -> Self

Converts to this type from the input type.
Source§

impl From<StructureChange<Message>> for Message

Source§

fn from(concrete: StructureChange<Message>) -> Self

Converts to this type from the input type.
Source§

impl From<Tag<Message>> for Message

Source§

fn from(concrete: Tag<Message>) -> Self

Converts to this type from the input type.
Source§

impl From<Toc<Message>> for Message

Source§

fn from(concrete: Toc<Message>) -> Self

Converts to this type from the input type.
Source§

impl From<Warning<Message>> for Message

Source§

fn from(concrete: Warning<Message>) -> Self

Converts to this type from the input type.
Source§

impl FromGlibContainerAsVec<*mut GstMessage, *const *mut GstMessage> for Message

Source§

impl FromGlibContainerAsVec<*mut GstMessage, *mut *mut GstMessage> for Message

Source§

impl FromGlibPtrArrayContainerAsVec<*mut GstMessage, *const *mut GstMessage> for Message

Source§

impl FromGlibPtrArrayContainerAsVec<*mut GstMessage, *mut *mut GstMessage> for Message

Source§

impl FromGlibPtrBorrow<*const GstMessage> for Message

Source§

impl FromGlibPtrBorrow<*mut GstMessage> for Message

Source§

impl FromGlibPtrFull<*const GstMessage> for Message

Source§

unsafe fn from_glib_full(ptr: *const GstMessage) -> Self

Safety Read more
Source§

impl FromGlibPtrFull<*mut GstMessage> for Message

Source§

unsafe fn from_glib_full(ptr: *mut GstMessage) -> Self

Safety Read more
Source§

impl FromGlibPtrNone<*const GstMessage> for Message

Source§

unsafe fn from_glib_none(ptr: *const GstMessage) -> Self

Safety Read more
Source§

impl FromGlibPtrNone<*mut GstMessage> for Message

Source§

unsafe fn from_glib_none(ptr: *mut GstMessage) -> Self

Safety Read more
Source§

impl<'a> FromValue<'a> for Message

Source§

type Checker = GenericValueTypeOrNoneChecker<Message>

Value type checker.
Source§

unsafe fn from_value(value: &'a Value) -> Self

Get the contained value from a Value. Read more
Source§

impl<'a> FromValue<'a> for &'a Message

Source§

type Checker = GenericValueTypeOrNoneChecker<&'a Message>

Value type checker.
Source§

unsafe fn from_value(value: &'a Value) -> Self

Get the contained value from a Value. Read more
Source§

impl GlibPtrDefault for Message

Source§

impl HasParamSpec for Message

Source§

type ParamSpec = ParamSpecBoxed

Source§

type SetValue = Message

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

type BuilderFn = fn(&str) -> ParamSpecBoxedBuilder<'_, Message>

Source§

fn param_spec_builder() -> Self::BuilderFn

Source§

impl IntoGlibPtr<*mut GstMessage> for Message

Source§

fn into_glib_ptr(self) -> *mut GstMessage

Transfer: full.
Source§

impl IsMiniObject for Message

Source§

impl Send for Message

Source§

impl StaticType for Message

Source§

fn static_type() -> Type

Returns the type identifier of Self.
Source§

impl Sync for Message

Source§

impl<'a> ToGlibContainerFromSlice<'a, *const *mut GstMessage> for Message

Source§

impl<'a> ToGlibContainerFromSlice<'a, *mut *mut GstMessage> for Message

Source§

impl<'a> ToGlibPtr<'a, *const GstMessage> for Message

Source§

type Storage = PhantomData<&'a Message>

Source§

fn to_glib_none(&'a self) -> Stash<'a, *const GstMessage, Self>

Transfer: none. Read more
Source§

fn to_glib_full(&self) -> *const GstMessage

Transfer: full. Read more
Source§

fn to_glib_container(&'a self) -> Stash<'a, P, Self>

Transfer: container. Read more
Source§

impl<'a> ToGlibPtr<'a, *mut GstMessage> for Message

Source§

type Storage = PhantomData<&'a Message>

Source§

fn to_glib_none(&'a self) -> Stash<'a, *mut GstMessage, Self>

Transfer: none. Read more
Source§

fn to_glib_full(&self) -> *mut GstMessage

Transfer: full. Read more
Source§

fn to_glib_container(&'a self) -> Stash<'a, P, Self>

Transfer: container. Read more
Source§

impl<'a> ToGlibPtrMut<'a, *mut GstMessage> for Message

Source§

type Storage = PhantomData<&'a mut Message>

Source§

fn to_glib_none_mut(&mut self) -> StashMut<'_, *mut GstMessage, Self>

Transfer: none. Read more
Source§

impl ToValue for Message

Source§

fn to_value(&self) -> Value

Convert a value to a Value.
Source§

fn value_type(&self) -> Type

Returns the type identifier of self. Read more
Source§

impl ToValueOptional for Message

Source§

fn to_value_optional(s: Option<&Self>) -> Value

Convert an Option to a Value.
Source§

impl TransparentPtrType for Message

Source§

impl ValueType for Message

Source§

type Type = Message

Type to get the Type from. Read more
Source§

impl ValueTypeOptional for Message

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> 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<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§

unsafe fn from_glib_none_num_as_vec(ptr: *const GList, num: usize) -> Vec<T>

Source§

unsafe fn from_glib_container_num_as_vec(_: *const GList, _: usize) -> Vec<T>

Source§

unsafe fn from_glib_full_num_as_vec(_: *const GList, _: usize) -> Vec<T>

Source§

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

Source§

unsafe fn from_glib_none_num_as_vec(ptr: *const GPtrArray, num: usize) -> Vec<T>

Source§

unsafe fn from_glib_container_num_as_vec( _: *const GPtrArray, _: usize, ) -> Vec<T>

Source§

unsafe fn from_glib_full_num_as_vec(_: *const GPtrArray, _: usize) -> Vec<T>

Source§

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

Source§

unsafe fn from_glib_none_num_as_vec(ptr: *const GSList, num: usize) -> Vec<T>

Source§

unsafe fn from_glib_container_num_as_vec(_: *const GSList, _: usize) -> Vec<T>

Source§

unsafe fn from_glib_full_num_as_vec(_: *const GSList, _: usize) -> Vec<T>

Source§

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

Source§

unsafe fn from_glib_none_num_as_vec(ptr: *mut GList, num: usize) -> Vec<T>

Source§

unsafe fn from_glib_container_num_as_vec(ptr: *mut GList, num: usize) -> Vec<T>

Source§

unsafe fn from_glib_full_num_as_vec(ptr: *mut GList, num: usize) -> Vec<T>

Source§

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

Source§

unsafe fn from_glib_none_num_as_vec(ptr: *mut GPtrArray, num: usize) -> Vec<T>

Source§

unsafe fn from_glib_container_num_as_vec( ptr: *mut GPtrArray, num: usize, ) -> Vec<T>

Source§

unsafe fn from_glib_full_num_as_vec(ptr: *mut GPtrArray, num: usize) -> Vec<T>

Source§

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

Source§

unsafe fn from_glib_none_num_as_vec(ptr: *mut GSList, num: usize) -> Vec<T>

Source§

unsafe fn from_glib_container_num_as_vec(ptr: *mut GSList, num: usize) -> Vec<T>

Source§

unsafe fn from_glib_full_num_as_vec(ptr: *mut GSList, num: usize) -> Vec<T>

Source§

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

Source§

unsafe fn from_glib_none_as_vec(ptr: *const GList) -> Vec<T>

Source§

unsafe fn from_glib_container_as_vec(_: *const GList) -> Vec<T>

Source§

unsafe fn from_glib_full_as_vec(_: *const GList) -> Vec<T>

Source§

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

Source§

unsafe fn from_glib_none_as_vec(ptr: *const GPtrArray) -> Vec<T>

Source§

unsafe fn from_glib_container_as_vec(_: *const GPtrArray) -> Vec<T>

Source§

unsafe fn from_glib_full_as_vec(_: *const GPtrArray) -> Vec<T>

Source§

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

Source§

unsafe fn from_glib_none_as_vec(ptr: *const GSList) -> Vec<T>

Source§

unsafe fn from_glib_container_as_vec(_: *const GSList) -> Vec<T>

Source§

unsafe fn from_glib_full_as_vec(_: *const GSList) -> Vec<T>

Source§

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

Source§

unsafe fn from_glib_none_as_vec(ptr: *mut GList) -> Vec<T>

Source§

unsafe fn from_glib_container_as_vec(ptr: *mut GList) -> Vec<T>

Source§

unsafe fn from_glib_full_as_vec(ptr: *mut GList) -> Vec<T>

Source§

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

Source§

unsafe fn from_glib_none_as_vec(ptr: *mut GPtrArray) -> Vec<T>

Source§

unsafe fn from_glib_container_as_vec(ptr: *mut GPtrArray) -> Vec<T>

Source§

unsafe fn from_glib_full_as_vec(ptr: *mut GPtrArray) -> Vec<T>

Source§

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

Source§

unsafe fn from_glib_none_as_vec(ptr: *mut GSList) -> Vec<T>

Source§

unsafe fn from_glib_container_as_vec(ptr: *mut GSList) -> Vec<T>

Source§

unsafe fn from_glib_full_as_vec(ptr: *mut GSList) -> Vec<T>

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<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<T> Property for T
where T: HasParamSpec,

Source§

type Value = T

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<P, T> Receiver for P
where P: Deref<Target = T> + ?Sized, T: ?Sized,

Source§

type Target = T

🔬This is a nightly-only experimental API. (arbitrary_self_types)
The target type on which the method may be called.
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<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<T> ToSendValue for T
where T: Send + ToValue + ?Sized,

Source§

fn to_send_value(&self) -> SendValue

Returns a SendValue clone of self.
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.