Struct gstreamer_net_sys::GstNetControlMessageMeta [−][src]
#[repr(C)]pub struct GstNetControlMessageMeta { pub meta: GstMeta, pub message: *mut GSocketControlMessage, }
Fields
meta: GstMeta
message: *mut GSocketControlMessage
Trait Implementations
impl Copy for GstNetControlMessageMeta
[src]
impl Copy for GstNetControlMessageMeta
impl Clone for GstNetControlMessageMeta
[src]
impl Clone for GstNetControlMessageMeta
fn clone(&self) -> GstNetControlMessageMeta
[src]
fn clone(&self) -> GstNetControlMessageMeta
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Debug for GstNetControlMessageMeta
[src]
impl Debug for GstNetControlMessageMeta
Auto Trait Implementations
impl !Send for GstNetControlMessageMeta
impl !Send for GstNetControlMessageMeta
impl !Sync for GstNetControlMessageMeta
impl !Sync for GstNetControlMessageMeta