Enum ipc_channel::platform::OsIpcChannel[][src]

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

Variants

Trait Implementations

impl PartialEq for OsIpcChannel
[src]

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

This method tests for !=.

impl Debug for OsIpcChannel
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for OsIpcChannel

impl !Sync for OsIpcChannel