Struct ipc_channel::platform::unix::OsOpaqueIpcChannel
source · pub struct OsOpaqueIpcChannel {
fd: c_int,
}
Fields§
§fd: c_int
Implementations§
source§impl OsOpaqueIpcChannel
impl OsOpaqueIpcChannel
fn from_fd(fd: c_int) -> OsOpaqueIpcChannel
pub fn to_sender(&mut self) -> OsIpcSender
pub fn to_receiver(&mut self) -> OsIpcReceiver
Trait Implementations§
source§impl Debug for OsOpaqueIpcChannel
impl Debug for OsOpaqueIpcChannel
source§impl Drop for OsOpaqueIpcChannel
impl Drop for OsOpaqueIpcChannel
source§impl PartialEq for OsOpaqueIpcChannel
impl PartialEq for OsOpaqueIpcChannel
source§fn 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 ==
.impl StructuralPartialEq for OsOpaqueIpcChannel
Auto Trait Implementations§
impl Freeze for OsOpaqueIpcChannel
impl RefUnwindSafe for OsOpaqueIpcChannel
impl Send for OsOpaqueIpcChannel
impl Sync for OsOpaqueIpcChannel
impl Unpin for OsOpaqueIpcChannel
impl UnwindSafe for OsOpaqueIpcChannel
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more