Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/vhost/src/vhost_user/
Dmessage.rs234 pub(super) struct VhostUserMsgHeader<R: Req> { struct
241 impl<R: Req> MsgHeader for VhostUserMsgHeader<R> { argument
246 impl<R: Req> Debug for VhostUserMsgHeader<R> { implementation
256 impl<R: Req> Clone for VhostUserMsgHeader<R> { implementation
262 impl<R: Req> PartialEq for VhostUserMsgHeader<R> { implementation
268 impl<R: Req> VhostUserMsgHeader<R> { implementation
350 impl<R: Req> Default for VhostUserMsgHeader<R> { implementation
362 unsafe impl<R: Req> ByteValued for VhostUserMsgHeader<R> {} implementation
364 impl<T: Req> VhostUserMsgValidator for VhostUserMsgHeader<T> { implementation
/external/crosvm/third_party/vmm_vhost/src/
Dmessage.rs264 pub struct VhostUserMsgHeader<R: Req> { struct
271 impl<R: Req> Debug for VhostUserMsgHeader<R> { argument
281 impl<R: Req> Clone for VhostUserMsgHeader<R> { implementation
287 impl<R: Req> PartialEq for VhostUserMsgHeader<R> { implementation
293 impl<R: Req> VhostUserMsgHeader<R> { impl
384 impl<R: Req> Default for VhostUserMsgHeader<R> { implementation
395 impl<T: Req> VhostUserMsgValidator for VhostUserMsgHeader<T> { implementation