pub struct OsOpaqueIpcChannel { /* private fields */ }
Implementations§
source§impl OsOpaqueIpcChannel
impl OsOpaqueIpcChannel
pub fn to_receiver(&mut self) -> OsIpcReceiver
pub fn to_sender(&mut self) -> OsIpcSender
Trait Implementations§
source§impl Debug for OsOpaqueIpcChannel
impl Debug 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