pub struct BytePayload { /* private fields */ }Expand description
A payload wrapper type for sending bytes directly without serializing them
Implementations§
Trait Implementations§
Source§impl Clone for BytePayload
impl Clone for BytePayload
Source§fn clone(&self) -> BytePayload
fn clone(&self) -> BytePayload
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for BytePayload
impl Debug for BytePayload
Source§impl EventReceivePayload for BytePayload
impl EventReceivePayload for BytePayload
fn from_payload_bytes<R: Read>(reader: R) -> IPCResult<Self>
Source§impl EventSendPayload for BytePayload
impl EventSendPayload for BytePayload
Auto Trait Implementations§
impl Freeze for BytePayload
impl RefUnwindSafe for BytePayload
impl Send for BytePayload
impl Sync for BytePayload
impl Unpin for BytePayload
impl UnwindSafe for BytePayload
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