Struct gstreamer_net_sys::GstNetControlMessageMeta[][src]

#[repr(C)]
pub struct GstNetControlMessageMeta { pub meta: GstMeta, pub message: *mut GSocketControlMessage, }

Fields

Trait Implementations

impl Copy for GstNetControlMessageMeta
[src]

impl Clone for GstNetControlMessageMeta
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GstNetControlMessageMeta
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GstNetControlMessageMeta

impl !Sync for GstNetControlMessageMeta