Home
last modified time | relevance | path

Searched defs:VhostUserMsgHeader (Results 1 – 1 of 1) sorted by relevance

/external/crosvm/third_party/vmm_vhost/src/
Dmessage.rs245 pub struct VhostUserMsgHeader<R: Req> { struct
252 unsafe impl<R: Req> DataInit for VhostUserMsgHeader<R> {} implementation
254 impl<R: Req> Debug for VhostUserMsgHeader<R> { implementation
264 impl<R: Req> Clone for VhostUserMsgHeader<R> { implementation
270 impl<R: Req> PartialEq for VhostUserMsgHeader<R> { implementation
276 impl<R: Req> VhostUserMsgHeader<R> { impl
355 impl<R: Req> Default for VhostUserMsgHeader<R> { implementation
366 impl From<[u8; 12]> for VhostUserMsgHeader<MasterReq> { implementation
379 impl<T: Req> VhostUserMsgValidator for VhostUserMsgHeader<T> { implementation