pub struct OsOpaqueIpcChannel { /* private fields */ }
Implementations§
source§impl OsOpaqueIpcChannel
impl 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
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