Trait gstreamer_net::prelude::MiniObject[][src]

pub unsafe trait MiniObject {
    type GstType;
    unsafe fn as_ptr(&self) -> *const Self::GstType { ... }
unsafe fn as_mut_ptr(&self) -> *mut Self::GstType { ... }
unsafe fn from_ptr<'a>(ptr: *const Self::GstType) -> &'a Self { ... }
unsafe fn from_mut_ptr<'a>(ptr: *mut Self::GstType) -> &'a mut Self { ... }
fn copy(&self) -> GstRc<Self> { ... } }

Associated Types

Provided Methods

Important traits for &'a mut R

Important traits for &'a mut R

Implementations on Foreign Types

impl MiniObject for BufferRef
[src]

Important traits for &'a mut R

Important traits for &'a mut R

impl MiniObject for MessageRef
[src]

Important traits for &'a mut R

Important traits for &'a mut R

impl MiniObject for SampleRef
[src]

Important traits for &'a mut R

Important traits for &'a mut R

impl MiniObject for EventRef
[src]

Important traits for &'a mut R

Important traits for &'a mut R

impl MiniObject for ContextRef
[src]

Important traits for &'a mut R

Important traits for &'a mut R

impl MiniObject for TocRef
[src]

Important traits for &'a mut R

Important traits for &'a mut R

impl MiniObject for BufferListRef
[src]

Important traits for &'a mut R

Important traits for &'a mut R

impl MiniObject for QueryRef
[src]

Important traits for &'a mut R

Important traits for &'a mut R

impl MiniObject for TagListRef
[src]

Important traits for &'a mut R

Important traits for &'a mut R

impl MiniObject for TocEntryRef
[src]

Important traits for &'a mut R

Important traits for &'a mut R

impl MiniObject for CapsRef
[src]

Important traits for &'a mut R

Important traits for &'a mut R

Implementors