Searched defs:TLV (Results 1 – 2 of 2) sorted by relevance
104 pub struct TLV { struct111 impl TLV { impl147 impl<I: SliceIndex<[u32]>> Index<I> for TLV { implementation155 impl<I: SliceIndex<[u32]>> IndexMut<I> for TLV { implementation162 impl TryFrom<Vec<u32>> for TLV { implementation188 impl Into<Vec<u32>> for TLV { implementation223 pub fn load(&mut self) -> Result<TLV> { in load()
132 fn try_from_tlv(tlv: TLV, num_channels: usize) -> Result<Self> { in try_from_tlv()161 fn into(self) -> TLV { in into()