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

#[repr(C)]
pub struct AccessContainerEntry { pub ptr: *const ContainerInfo, pub len: usize, pub cap: usize, }

Access container entry for a single app.

Fields

Pointer to the array of ContainerInfo.

Size of the array.

Internal field used by rust memory allocator.

Trait Implementations

impl Drop for AccessContainerEntry
[src]

[src]

Executes the destructor for this type. Read more