pub struct PvaPacket {
pub header: PvaHeader,
pub payload: Vec<u8>,
}Fields§
§header: PvaHeader§payload: Vec<u8>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PvaPacket
impl RefUnwindSafe for PvaPacket
impl Send for PvaPacket
impl Sync for PvaPacket
impl Unpin for PvaPacket
impl UnsafeUnpin for PvaPacket
impl UnwindSafe for PvaPacket
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