Enum perfrecord_mach_ipc_rendezvous::OsIpcChannel[][src]

pub enum OsIpcChannel {
    Sender(OsIpcSender),
    Receiver(OsIpcReceiver),
    RawPort(mach_port_t),
}

Variants

Sender(OsIpcSender)

Tuple Fields

Receiver(OsIpcReceiver)

Tuple Fields

RawPort(mach_port_t)

Tuple Fields

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.