Home
last modified time | relevance | path

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

/external/rust/crates/vhost-user-backend/src/vhost_user/
Dmessage.rs237 pub(super) struct VhostUserMsgHeader<R: Req> { struct
244 impl<R: Req> Debug for VhostUserMsgHeader<R> { argument
254 impl<R: Req> Clone for VhostUserMsgHeader<R> { implementation
260 impl<R: Req> PartialEq for VhostUserMsgHeader<R> { implementation
266 impl<R: Req> VhostUserMsgHeader<R> { implementation
353 impl<R: Req> Default for VhostUserMsgHeader<R> { implementation
365 unsafe impl<R: Req> ByteValued for VhostUserMsgHeader<R> {} implementation
367 impl<T: Req> VhostUserMsgValidator for VhostUserMsgHeader<T> { implementation
Dconnection.rs207 hdr as *const VhostUserMsgHeader<R> as *const u8, in send_header() constant
/external/rust/crates/vhost/src/vhost_user/
Dmessage.rs237 pub(super) struct VhostUserMsgHeader<R: Req> { struct
244 impl<R: Req> Debug for VhostUserMsgHeader<R> { argument
254 impl<R: Req> Clone for VhostUserMsgHeader<R> { implementation
260 impl<R: Req> PartialEq for VhostUserMsgHeader<R> { implementation
266 impl<R: Req> VhostUserMsgHeader<R> { impl
353 impl<R: Req> Default for VhostUserMsgHeader<R> { implementation
365 unsafe impl<R: Req> ByteValued for VhostUserMsgHeader<R> {} implementation
367 impl<T: Req> VhostUserMsgValidator for VhostUserMsgHeader<T> { implementation
Dconnection.rs207 hdr as *const VhostUserMsgHeader<R> as *const u8, in send_header() constant
/external/crosvm/third_party/vmm_vhost/src/
Dmessage.rs265 pub struct VhostUserMsgHeader<R: Req> { struct
272 impl<R: Req> Debug for VhostUserMsgHeader<R> { argument
282 impl<R: Req> Clone for VhostUserMsgHeader<R> { implementation
288 impl<R: Req> PartialEq for VhostUserMsgHeader<R> { implementation
294 impl<R: Req> VhostUserMsgHeader<R> { impl
372 impl<R: Req> Default for VhostUserMsgHeader<R> { implementation
383 impl<T: Req> VhostUserMsgValidator for VhostUserMsgHeader<T> { implementation