pub struct GenCpCmd {
pub header: CommandHeader,
pub payload: Bytes,
}Expand description
GenCP command packet.
Fields§
§header: CommandHeaderPacket header fields.
payload: BytesCommand payload.
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for GenCpCmd
impl RefUnwindSafe for GenCpCmd
impl Send for GenCpCmd
impl Sync for GenCpCmd
impl Unpin for GenCpCmd
impl UnwindSafe for GenCpCmd
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