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