Searched refs:Uniq (Results 1 – 3 of 3) sorted by relevance
1 PPPoE PADI [Service-Name] [PPP-Max-Payload 0x05DC] [Host-Uniq 0x16372C16]
34 Uniq(Box<RustType>), enumerator86 RustType::Uniq(ref param) => format!("::std::boxed::Box<{}>", param.to_code(customize)), in to_code()274 (x, &RustType::Uniq(ref y)) if *x == **y => { in try_into_target()277 (&RustType::Uniq(ref x), y) if **x == *y => return Ok(format!("*{}", v)), in try_into_target()426 self.into_type(RustType::Uniq(Box::new(self.rust_type.clone())), customize) in boxed()
72 RustType::Uniq(Box::new(t)) in rust_type()