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
pt: GstMIKEYPayload
enc_alg: GstMIKEYEncAlg
mac_alg: GstMIKEYMacAlg
subpayloads: *mut GArray
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstMIKEYPayloadKEMAC
impl !Send for GstMIKEYPayloadKEMAC
impl !Sync for GstMIKEYPayloadKEMAC
impl Unpin for GstMIKEYPayloadKEMAC
impl UnwindSafe for GstMIKEYPayloadKEMAC
Blanket Implementations
Mutably borrows from an owned value. Read more