Struct ipc_channel::platform::OsIpcReceiver
source · [−]pub struct OsIpcReceiver { /* private fields */ }
Implementations
sourceimpl OsIpcReceiver
impl OsIpcReceiver
pub fn consume(&self) -> OsIpcReceiver
pub fn recv(
&self
) -> Result<(Vec<u8>, Vec<OsOpaqueIpcChannel>, Vec<OsIpcSharedMemory>), UnixError>
pub fn try_recv(
&self
) -> Result<(Vec<u8>, Vec<OsOpaqueIpcChannel>, Vec<OsIpcSharedMemory>), UnixError>
pub fn try_recv_timeout(
&self,
duration: Duration
) -> Result<(Vec<u8>, Vec<OsOpaqueIpcChannel>, Vec<OsIpcSharedMemory>), UnixError>
Trait Implementations
sourceimpl Debug for OsIpcReceiver
impl Debug for OsIpcReceiver
sourceimpl Drop for OsIpcReceiver
impl Drop for OsIpcReceiver
sourceimpl PartialEq<OsIpcReceiver> for OsIpcReceiver
impl PartialEq<OsIpcReceiver> for OsIpcReceiver
sourcefn eq(&self, other: &OsIpcReceiver) -> bool
fn eq(&self, other: &OsIpcReceiver) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &OsIpcReceiver) -> bool
fn ne(&self, other: &OsIpcReceiver) -> bool
This method tests for !=
.
impl StructuralPartialEq for OsIpcReceiver
Auto Trait Implementations
impl !RefUnwindSafe for OsIpcReceiver
impl Send for OsIpcReceiver
impl !Sync for OsIpcReceiver
impl Unpin for OsIpcReceiver
impl UnwindSafe for OsIpcReceiver
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more