Enum ipc_channel::platform::OsIpcChannel
source · [−]pub enum OsIpcChannel {
Sender(OsIpcSender),
Receiver(OsIpcReceiver),
}
Variants
Sender(OsIpcSender)
Receiver(OsIpcReceiver)
Trait Implementations
sourceimpl Debug for OsIpcChannel
impl Debug for OsIpcChannel
sourceimpl PartialEq<OsIpcChannel> for OsIpcChannel
impl PartialEq<OsIpcChannel> for OsIpcChannel
sourcefn eq(&self, other: &OsIpcChannel) -> bool
fn eq(&self, other: &OsIpcChannel) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &OsIpcChannel) -> bool
fn ne(&self, other: &OsIpcChannel) -> bool
This method tests for !=
.
impl StructuralPartialEq for OsIpcChannel
Auto Trait Implementations
impl !RefUnwindSafe for OsIpcChannel
impl Send for OsIpcChannel
impl !Sync for OsIpcChannel
impl Unpin for OsIpcChannel
impl UnwindSafe for OsIpcChannel
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