Struct gstreamer_rtsp_sys::GstRTSPMessage[][src]

#[repr(C)]
pub struct GstRTSPMessage { pub type_: GstRTSPMsgType, pub type_data: GstRTSPMessage_type_data, pub hdr_fields: *mut GArray, pub body: *mut u8, pub body_size: c_uint, pub _gst_reserved: [gpointer; 4], }

Fields

Trait Implementations

impl Copy for GstRTSPMessage
[src]

impl Clone for GstRTSPMessage
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GstRTSPMessage
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GstRTSPMessage

impl !Sync for GstRTSPMessage