[][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]

Trait Implementations

impl MiniObject for MessageRef[src]

type GstType = GstMessage

unsafe fn as_ptr(&self) -> *const Self::GstType[src]

unsafe fn as_mut_ptr(&self) -> *mut Self::GstType[src]

unsafe fn from_ptr<'a>(ptr: *const Self::GstType) -> &'a Self[src]

unsafe fn from_mut_ptr<'a>(ptr: *mut Self::GstType) -> &'a mut Self[src]

fn copy(&self) -> GstRc<Self>[src]

impl Sync for MessageRef[src]

impl AsRef<MessageRef> for Message[src]

impl Send for MessageRef[src]

impl ToOwned for MessageRef[src]

type Owned = Message

fn clone_into(&self, target: &mut Self::Owned)[src]

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

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

impl Debug for MessageRef[src]

impl Borrow<MessageRef> for Message[src]

impl StaticType for MessageRef[src]

Blanket Implementations

impl<T> From for T[src]

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

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

type Owned = T

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

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

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

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

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

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

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

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.