Enum fortanix_vme_abi::Request[][src]

pub enum Request {
    Connect {
        addr: String,
    },
    Bind {
        addr: String,
        enclave_port: u32,
    },
    Accept {
        fd: i32,
    },
}

Variants

Connect

Fields of Connect

addr: String
Bind

Fields of Bind

addr: String

The address the listen to in the parent VM

enclave_port: u32

The port the enclave is listening on to receive connections from the parent VM

Accept

Fields of Accept

fd: i32

Trait Implementations

Formats the value using the given formatter. Read more

Deserialize this value from the given Serde deserializer. Read more

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

This method tests for !=.

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.