pub struct ReqCmd {
pub cmd_hdr: CmdHdr,
pub xtra_hdr: XtraHdr,
}Expand description
§Command Request
A command request follows the CQC Header for certain message types. It consists of the Command Header and for certain command types an additional header is required.
Fields§
§cmd_hdr: CmdHdr§xtra_hdr: XtraHdrImplementations§
Trait Implementations§
impl StructuralPartialEq for ReqCmd
Auto Trait Implementations§
impl Freeze for ReqCmd
impl RefUnwindSafe for ReqCmd
impl Send for ReqCmd
impl Sync for ReqCmd
impl Unpin for ReqCmd
impl UnsafeUnpin for ReqCmd
impl UnwindSafe for ReqCmd
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