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: GstMIKEYPayloadenc_alg: GstMIKEYEncAlgmac_alg: GstMIKEYMacAlgsubpayloads: *mut GArrayTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstMIKEYPayloadKEMACimpl !Send for GstMIKEYPayloadKEMACimpl !Sync for GstMIKEYPayloadKEMACimpl Unpin for GstMIKEYPayloadKEMACimpl UnwindSafe for GstMIKEYPayloadKEMACBlanket Implementations
Mutably borrows from an owned value. Read more