Struct safe_core::ipc::resp::AccessContInfo [] [src]

pub struct AccessContInfo {
    pub id: XorName,
    pub tag: u64,
    pub nonce: Nonce,
}

Access container

Fields

ID

Type tag

Nonce

Methods

impl AccessContInfo
[src]

[src]

Consumes the object and returns the wrapped raw pointer

You're now responsible for freeing this memory once you're done.

[src]

Creates MDataInfo from this AccessContInfo

[src]

Creates an AccessContInfo from a given MDataInfo

Trait Implementations

impl Clone for AccessContInfo
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for AccessContInfo
[src]

[src]

Formats the value using the given formatter.

impl Eq for AccessContInfo
[src]

impl PartialEq for AccessContInfo
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl ReprC for AccessContInfo
[src]

C representation of the type

Error type

[src]

Converts from a raw type into an owned type by cloning data