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

#[repr(C)]
pub struct MetadataResponse { pub name: *const c_char, pub description: *const c_char, pub xor_name: XorNameArray, pub type_tag: u64, }

User metadata for mutable data

Fields

Name or purpose of this mutable data.

Description of how this mutable data should or should not be shared.

Xor name of this struct's corresponding MData object.

Type tag of this struct's corresponding MData object.

Methods

impl MetadataResponse
[src]

[src]

Create invalid metadata.

Trait Implementations

impl Drop for MetadataResponse
[src]

[src]

Executes the destructor for this type. Read more