Struct ipc_channel::platform::OsIpcReceiver
[−]
[src]
pub struct OsIpcReceiver { /* fields omitted */ }
Methods
impl OsIpcReceiver[src]
pub fn consume(&self) -> OsIpcReceiver[src]
pub fn recv(
&self
) -> Result<(Vec<u8>, Vec<OsOpaqueIpcChannel>, Vec<OsIpcSharedMemory>), MachError>[src]
&self
) -> Result<(Vec<u8>, Vec<OsOpaqueIpcChannel>, Vec<OsIpcSharedMemory>), MachError>
pub fn try_recv(
&self
) -> Result<(Vec<u8>, Vec<OsOpaqueIpcChannel>, Vec<OsIpcSharedMemory>), MachError>[src]
&self
) -> Result<(Vec<u8>, Vec<OsOpaqueIpcChannel>, Vec<OsIpcSharedMemory>), MachError>
Trait Implementations
impl PartialEq for OsIpcReceiver[src]
fn eq(&self, __arg_0: &OsIpcReceiver) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &OsIpcReceiver) -> bool[src]
This method tests for !=.
impl Debug for OsIpcReceiver[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more