Searched defs:EntryHeader (Results 1 – 2 of 2) sorted by relevance
54 struct EntryHeader { struct58 uint32_t magic;82 static_assert(sizeof(EntryHeader) == 16, "EntryHeader must not have padding"); argument
376 let header = unsafe { *(self.pointer as *const EntryHeader) }; in next() constant440 pub struct EntryHeader { struct448 pub header: EntryHeader, argument