Struct ipc_channel::platform::OsOpaqueIpcChannel[][src]

pub struct OsOpaqueIpcChannel { /* fields omitted */ }

Methods

impl OsOpaqueIpcChannel
[src]

Trait Implementations

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

Formats the value using the given formatter. Read more

impl Drop for OsOpaqueIpcChannel
[src]

Executes the destructor for this type. Read more

Auto Trait Implementations