Struct ipc_channel::platform::OsOpaqueIpcChannel
source · [−]pub struct OsOpaqueIpcChannel { /* private fields */ }
Implementations
sourceimpl OsOpaqueIpcChannel
impl OsOpaqueIpcChannel
pub fn to_sender(&mut self) -> OsIpcSender
pub fn to_receiver(&mut self) -> OsIpcReceiver
Trait Implementations
sourceimpl Debug for OsOpaqueIpcChannel
impl Debug for OsOpaqueIpcChannel
sourceimpl Drop for OsOpaqueIpcChannel
impl Drop for OsOpaqueIpcChannel
sourceimpl PartialEq<OsOpaqueIpcChannel> for OsOpaqueIpcChannel
impl PartialEq<OsOpaqueIpcChannel> for OsOpaqueIpcChannel
sourcefn eq(&self, other: &OsOpaqueIpcChannel) -> bool
fn eq(&self, other: &OsOpaqueIpcChannel) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &OsOpaqueIpcChannel) -> bool
fn ne(&self, other: &OsOpaqueIpcChannel) -> bool
This method tests for !=
.
impl StructuralPartialEq for OsOpaqueIpcChannel
Auto Trait Implementations
impl RefUnwindSafe for OsOpaqueIpcChannel
impl Send for OsOpaqueIpcChannel
impl Sync for OsOpaqueIpcChannel
impl Unpin for OsOpaqueIpcChannel
impl UnwindSafe for OsOpaqueIpcChannel
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