Struct safe_core::ffi::ipc::resp::AuthGranted[][src]

#[repr(C)]
pub struct AuthGranted { pub app_keys: AppKeys, pub access_container_info: AccessContInfo, pub access_container_entry: AccessContainerEntry, pub bootstrap_config: *mut u8, pub bootstrap_config_len: usize, pub bootstrap_config_cap: usize, }

Represents the authentication response.

Fields

The access keys.

Access container info

Access container entry

Crust's bootstrap config

bootstrap_config's length

Used by Rust memory allocator

Trait Implementations

impl Drop for AuthGranted
[src]

Executes the destructor for this type. Read more

Auto Trait Implementations

impl !Send for AuthGranted

impl !Sync for AuthGranted