Struct gstreamer_rtsp_sys::GstRTSPAuthParam[][src]

#[repr(C)]
pub struct GstRTSPAuthParam { pub name: *mut c_char, pub value: *mut c_char, }

Fields

Trait Implementations

impl Copy for GstRTSPAuthParam
[src]

impl Clone for GstRTSPAuthParam
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GstRTSPAuthParam
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GstRTSPAuthParam

impl !Sync for GstRTSPAuthParam