Searched defs:VhostUserMsgHeader (Results 1 – 3 of 3) sorted by relevance
237 pub(super) struct VhostUserMsgHeader<R: Req> { struct244 impl<R: Req> Debug for VhostUserMsgHeader<R> { argument254 impl<R: Req> Clone for VhostUserMsgHeader<R> { implementation260 impl<R: Req> PartialEq for VhostUserMsgHeader<R> { implementation266 impl<R: Req> VhostUserMsgHeader<R> { impl353 impl<R: Req> Default for VhostUserMsgHeader<R> { implementation365 unsafe impl<R: Req> ByteValued for VhostUserMsgHeader<R> {} implementation367 impl<T: Req> VhostUserMsgValidator for VhostUserMsgHeader<T> { implementation
207 hdr as *const VhostUserMsgHeader<R> as *const u8, in send_header() constant
263 pub struct VhostUserMsgHeader<R: Req> { struct270 impl<R: Req> Debug for VhostUserMsgHeader<R> { argument280 impl<R: Req> Clone for VhostUserMsgHeader<R> { implementation286 impl<R: Req> PartialEq for VhostUserMsgHeader<R> { implementation292 impl<R: Req> VhostUserMsgHeader<R> { impl370 impl<R: Req> Default for VhostUserMsgHeader<R> { implementation381 impl<T: Req> VhostUserMsgValidator for VhostUserMsgHeader<T> { implementation