Struct gstreamer_sdp_sys::GstMIKEYMapSRTP[][src]

#[repr(C)]
pub struct GstMIKEYMapSRTP { pub policy: u8, pub ssrc: u32, pub roc: u32, }

Fields

Trait Implementations

impl Copy for GstMIKEYMapSRTP
[src]

impl Clone for GstMIKEYMapSRTP
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GstMIKEYMapSRTP
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for GstMIKEYMapSRTP

impl Sync for GstMIKEYMapSRTP