Struct safe_core::ipc::ShareMDataReq [] [src]

pub struct ShareMDataReq {
    pub app: AppExchangeInfo,
    pub mdata: Vec<ShareMData>,
}

Represents a request to share mutable data

Fields

Info about the app requesting shared access

List of MD names & type tags and permissions that need to be shared

Methods

impl ShareMDataReq
[src]

[src]

Convert to it's C representation The returned ffi::ShareMDataReq contains pointers into the returned Vec. As such, the

Trait Implementations

impl Debug for ShareMDataReq
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for ShareMDataReq
[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 Clone for ShareMDataReq
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl ReprC for ShareMDataReq
[src]

C representation of the type

Error type

[src]

Constructs the object from a raw pointer.