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
353 let header = unsafe { *(self.pointer as *const EntryHeader) }; in next() constant417 pub struct EntryHeader { struct425 pub header: EntryHeader, argument