Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/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
/aosp_15_r20/external/crosvm/third_party/vmm_vhost/src/
H A Dmessage.rs263 pub struct VhostUserMsgHeader<R: Req> { struct
270 impl<R: Req> Debug for VhostUserMsgHeader<R> { argument
280 impl<R: Req> Clone for VhostUserMsgHeader<R> { implementation
286 impl<R: Req> PartialEq for VhostUserMsgHeader<R> { implementation
292 impl<R: Req> VhostUserMsgHeader<R> { impl
370 impl<R: Req> Default for VhostUserMsgHeader<R> { implementation
381 impl<T: Req> VhostUserMsgValidator for VhostUserMsgHeader<T> { implementation