Struct safe_core::ffi::ipc::req::AppExchangeInfo[][src]

#[repr(C)]
pub struct AppExchangeInfo { pub id: *const c_char, pub scope: *const c_char, pub name: *const c_char, pub vendor: *const c_char, }

Represents an application ID in the process of asking permissions

Fields

UTF-8 encoded id

Reserved by the frontend

null if not present

UTF-8 encoded application friendly-name.

UTF-8 encoded application provider/vendor (e.g. MaidSafe)

Trait Implementations

impl Drop for AppExchangeInfo
[src]

Executes the destructor for this type. Read more

Auto Trait Implementations