Searched defs:StringOffset (Results 1 – 2 of 2) sorted by relevance
199 pub struct StringOffset(pub c_int); // TODO(ptosi): Move fdt_property wrapper here and remove pub. struct201 impl TryFrom<FdtRawResult> for StringOffset { implementation
99 fn name_offset(&self) -> StringOffset { in name_offset()