[−][src]Struct gstreamer::message::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]
fn as_ref(&self) -> &MessageRef
[src]
impl Borrow<MessageRef> for Message
[src]
fn borrow(&self) -> &MessageRef
[src]
impl Debug for MessageRef
[src]
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 Send for MessageRef
[src]
impl StaticType for MessageRef
[src]
fn static_type() -> Type
[src]
impl Sync for MessageRef
[src]
impl ToOwned for MessageRef
[src]
Auto Trait Implementations
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,
fn borrow_mut(&mut self) -> &mut T
[src]
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,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,