#[repr(C)]pub struct alljoyn_interfacedescription_member {
pub iface: alljoyn_interfacedescription,
pub memberType: alljoyn_messagetype,
pub name: PCSTR,
pub signature: PCSTR,
pub returnSignature: PCSTR,
pub argNames: PCSTR,
pub internal_member: *const c_void,
}
Expand description
Required features: "Win32_Devices_AllJoyn"
Fields§
§iface: alljoyn_interfacedescription
§memberType: alljoyn_messagetype
§name: PCSTR
§signature: PCSTR
§returnSignature: PCSTR
§argNames: PCSTR
§internal_member: *const c_void