Struct gstreamer_net_sys::GstNetAddressMeta[][src]

#[repr(C)]
pub struct GstNetAddressMeta { pub meta: GstMeta, pub addr: *mut GSocketAddress, }

Fields

Trait Implementations

impl Copy for GstNetAddressMeta
[src]

impl Clone for GstNetAddressMeta
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GstNetAddressMeta
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GstNetAddressMeta

impl !Sync for GstNetAddressMeta