pub struct ControlEnvelope {
pub header: PacketHeader,
pub label: String,
pub payload: Vec<u8>,
}Fields§
§header: PacketHeader§label: String§payload: Vec<u8>Trait Implementations§
Source§impl Clone for ControlEnvelope
impl Clone for ControlEnvelope
Source§fn clone(&self) -> ControlEnvelope
fn clone(&self) -> ControlEnvelope
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 ControlEnvelope
impl Debug for ControlEnvelope
Source§impl PartialEq for ControlEnvelope
impl PartialEq for ControlEnvelope
impl Eq for ControlEnvelope
impl StructuralPartialEq for ControlEnvelope
Auto Trait Implementations§
impl Freeze for ControlEnvelope
impl RefUnwindSafe for ControlEnvelope
impl Send for ControlEnvelope
impl Sync for ControlEnvelope
impl Unpin for ControlEnvelope
impl UnsafeUnpin for ControlEnvelope
impl UnwindSafe for ControlEnvelope
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