Enum ipc_channel::platform::OsIpcSelectionResult
source · [−]pub enum OsIpcSelectionResult {
DataReceived(u64, Vec<u8>, Vec<OsOpaqueIpcChannel>, Vec<OsIpcSharedMemory>),
ChannelClosed(u64),
}
Variants
DataReceived(u64, Vec<u8>, Vec<OsOpaqueIpcChannel>, Vec<OsIpcSharedMemory>)
ChannelClosed(u64)
Implementations
Auto Trait Implementations
impl RefUnwindSafe for OsIpcSelectionResult
impl Send for OsIpcSelectionResult
impl Sync for OsIpcSelectionResult
impl Unpin for OsIpcSelectionResult
impl UnwindSafe for OsIpcSelectionResult
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