Struct erdnuss_comms::wirehelp::WhBody
source · pub struct WhBody<'a> {
pub wh: WireHeader,
pub body: &'a [u8],
}Expand description
A borrowed view of a frame that contains a postcard-rpc message.
Fields§
§wh: WireHeaderThe postcard-rpc Wire Header
body: &'a [u8]The body of the frame
Implementations§
Auto Trait Implementations§
impl<'a> RefUnwindSafe for WhBody<'a>
impl<'a> Send for WhBody<'a>
impl<'a> Sync for WhBody<'a>
impl<'a> Unpin for WhBody<'a>
impl<'a> UnwindSafe for WhBody<'a>
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