Home
last modified time | relevance | path

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

/packages/modules/Virtualization/pvmfw/src/
Dinstance.rs290 struct EntryBody { struct
297 impl EntryBody { argument
325 fn as_ref(&self) -> &EntryBody { in as_ref()
332 impl AsRef<[u8]> for EntryBody { implementation