Struct gstreamer::message::MessageRef [−][src]
#[repr(C)]pub struct MessageRef(_);
Methods
impl MessageRef
[src]
impl MessageRef
pub fn get_src(&self) -> Option<Object>
[src]
pub fn get_src(&self) -> Option<Object>
pub fn get_seqnum(&self) -> Seqnum
[src]
pub fn get_seqnum(&self) -> Seqnum
pub fn get_structure(&self) -> Option<&StructureRef>
[src]
pub fn get_structure(&self) -> Option<&StructureRef>
pub fn view(&self) -> MessageView
[src]
pub fn view(&self) -> MessageView
Trait Implementations
impl Sync for MessageRef
[src]
impl Sync for MessageRef
impl Send for MessageRef
[src]
impl Send for MessageRef
impl MiniObject for MessageRef
[src]
impl MiniObject for MessageRef
type GstType = GstMessage
unsafe fn as_ptr(&self) -> *const Self::GstType
[src]
unsafe fn as_ptr(&self) -> *const Self::GstType
unsafe fn as_mut_ptr(&self) -> *mut Self::GstType
[src]
unsafe fn as_mut_ptr(&self) -> *mut Self::GstType
ⓘImportant traits for &'a mut Runsafe fn from_ptr<'a>(ptr: *const Self::GstType) -> &'a Self
[src]
ⓘImportant traits for &'a mut R
unsafe fn from_ptr<'a>(ptr: *const Self::GstType) -> &'a Self
ⓘImportant traits for &'a mut Runsafe fn from_mut_ptr<'a>(ptr: *mut Self::GstType) -> &'a mut Self
[src]
ⓘImportant traits for &'a mut R
unsafe fn from_mut_ptr<'a>(ptr: *mut Self::GstType) -> &'a mut Self
fn copy(&self) -> GstRc<Self>
[src]
fn copy(&self) -> GstRc<Self>
impl StaticType for MessageRef
[src]
impl StaticType for MessageRef
fn static_type() -> Type
[src]
fn static_type() -> Type
Returns the type identifier of Self
.
impl Debug for MessageRef
[src]
impl Debug for MessageRef
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl ToOwned for MessageRef
[src]
impl ToOwned for MessageRef
type Owned = GstRc<MessageRef>
fn to_owned(&self) -> GstRc<MessageRef>
[src]
fn to_owned(&self) -> GstRc<MessageRef>
Creates owned data from borrowed data, usually by cloning. Read more
fn clone_into(&self, target: &mut Self::Owned)
[src]
fn clone_into(&self, target: &mut Self::Owned)
🔬 This is a nightly-only experimental API. (toowned_clone_into
)
recently added
Uses borrowed data to replace owned data, usually by cloning. Read more