pub(crate) struct ProteusEnvelope {
pub(crate) version: u16,
pub(crate) mac: String,
pub(crate) message: ProteusMessage,
}
Fields§
§version: u16
§mac: String
§message: ProteusMessage
Trait Implementations§
Source§impl Debug for ProteusEnvelope
impl Debug for ProteusEnvelope
Auto Trait Implementations§
impl Freeze for ProteusEnvelope
impl RefUnwindSafe for ProteusEnvelope
impl Send for ProteusEnvelope
impl Sync for ProteusEnvelope
impl Unpin for ProteusEnvelope
impl UnwindSafe for ProteusEnvelope
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