Struct gstreamer_sdp_sys::GstMIKEYPayloadKEMAC[][src]

#[repr(C)]
pub struct GstMIKEYPayloadKEMAC { pub pt: GstMIKEYPayload, pub enc_alg: GstMIKEYEncAlg, pub mac_alg: GstMIKEYMacAlg, pub subpayloads: *mut GArray, }

Fields

Trait Implementations

impl Copy for GstMIKEYPayloadKEMAC
[src]

impl Clone for GstMIKEYPayloadKEMAC
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GstMIKEYPayloadKEMAC
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GstMIKEYPayloadKEMAC

impl !Sync for GstMIKEYPayloadKEMAC