[][src]Struct gstreamer::message::MessageRef

#[repr(C)]
pub struct MessageRef(_);

Methods

impl MessageRef[src]

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

pub fn get_seqnum(&self) -> Seqnum[src]

pub fn get_structure(&self) -> Option<&StructureRef>[src]

pub fn view(&self) -> MessageView[src]

pub fn get_type(&self) -> MessageType[src]

Trait Implementations

impl AsRef<MessageRef> for Message[src]

impl Borrow<MessageRef> for Message[src]

impl Debug for MessageRef[src]

impl MiniObject for MessageRef[src]

type GstType = GstMessage

impl Send for MessageRef[src]

impl StaticType for MessageRef[src]

impl Sync for MessageRef[src]

impl ToOwned for MessageRef[src]

type Owned = Message

The resulting type after obtaining ownership.

Auto Trait Implementations

impl RefUnwindSafe for MessageRef

impl Unpin for MessageRef

impl UnwindSafe for MessageRef

Blanket Implementations

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

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

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

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

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

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

type Owned = T

The resulting type after obtaining ownership.

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.