Searched defs:UsedElem (Results 1 – 1 of 1) sorted by relevance
611 struct UsedElem { struct612 id: Le32,613 len: Le32,616 unsafe impl DataInit for UsedElem {} implementation617 impl Default for UsedElem { implementation