Searched defs:VhostUserMsgHeader (Results 1 – 1 of 1) sorted by relevance
245 pub struct VhostUserMsgHeader<R: Req> { struct252 unsafe impl<R: Req> DataInit for VhostUserMsgHeader<R> {} argument254 impl<R: Req> Debug for VhostUserMsgHeader<R> { implementation264 impl<R: Req> Clone for VhostUserMsgHeader<R> { implementation270 impl<R: Req> PartialEq for VhostUserMsgHeader<R> { implementation276 impl<R: Req> VhostUserMsgHeader<R> { implementation355 impl<R: Req> Default for VhostUserMsgHeader<R> { implementation366 impl From<[u8; 12]> for VhostUserMsgHeader<MasterReq> { implementation379 impl<T: Req> VhostUserMsgValidator for VhostUserMsgHeader<T> { implementation