pub struct MsgHead {
pub pack_len: u32,
pub raw_header_size: u16,
pub ver: u16,
pub operation: u32,
pub seq_id: u32,
}Fields§
§pack_len: u32§raw_header_size: u16§ver: u16§operation: u32§seq_id: u32Trait Implementations§
Auto Trait Implementations§
impl Freeze for MsgHead
impl RefUnwindSafe for MsgHead
impl Send for MsgHead
impl Sync for MsgHead
impl Unpin for MsgHead
impl UnwindSafe for MsgHead
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