Struct gstreamer::message::MessageRef [−][src]
#[repr(C)]pub struct MessageRef(_);
Methods
impl MessageRef[src]
impl MessageRefpub 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) -> Seqnumpub fn get_structure(&self) -> Option<&StructureRef>[src]
pub fn get_structure(&self) -> Option<&StructureRef>pub fn view(&self) -> MessageView[src]
pub fn view(&self) -> MessageViewTrait Implementations
impl Sync for MessageRef[src]
impl Sync for MessageRefimpl Send for MessageRef[src]
impl Send for MessageRefimpl MiniObject for MessageRef[src]
impl MiniObject for MessageReftype GstType = GstMessage
unsafe fn as_ptr(&self) -> *const Self::GstType[src]
unsafe fn as_ptr(&self) -> *const Self::GstTypeunsafe 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 Selffn copy(&self) -> GstRc<Self>[src]
fn copy(&self) -> GstRc<Self>impl StaticType for MessageRef[src]
impl StaticType for MessageReffn static_type() -> Type[src]
fn static_type() -> TypeReturns the type identifier of Self.
impl Debug for MessageRef[src]
impl Debug for MessageReffn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl ToOwned for MessageRef[src]
impl ToOwned for MessageReftype 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