Searched defs:DeType (Results 1 – 5 of 5) sorted by relevance
19 pub struct DeType { struct24 impl DeType { argument36 impl From<u8> for DeType { implementation42 impl From<u32> for DeType { implementation
39 de_type: DeType, in new()155 pub fn de_type(&self) -> DeType { in de_type()
124 fn sample<R: rand::Rng + ?Sized>(&self, rng: &mut R) -> DeType { in sample()
382 pub fn new(de_type: DeType, len: DeLength) -> Self { in new()
47 pub fn try_from(de_type: DeType, data: &[u8]) -> Result<Self, GenericDataElementError> { in try_from()