pub struct IpcMessage { /* private fields */ }
Expand description
Implementations§
source§impl IpcMessage
impl IpcMessage
sourcepub fn from_data(data: Vec<u8>) -> Self
pub fn from_data(data: Vec<u8>) -> Self
Create a new IpcMessage
with data and without any OsOpaqueIpcChannel
s and
OsIpcSharedMemory
regions.
source§impl IpcMessage
impl IpcMessage
Trait Implementations§
source§impl Debug for IpcMessage
impl Debug for IpcMessage
source§impl PartialEq for IpcMessage
impl PartialEq for IpcMessage
impl StructuralPartialEq for IpcMessage
Auto Trait Implementations§
impl Freeze for IpcMessage
impl RefUnwindSafe for IpcMessage
impl Send for IpcMessage
impl Sync for IpcMessage
impl Unpin for IpcMessage
impl UnwindSafe for IpcMessage
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