Home
last modified time | relevance | path

Searched defs:SetU8 (Results 1 – 1 of 1) sorted by relevance

/external/rust/android-crates-io/crates/nix/src/sys/socket/
Dsockopt.rs1473 struct SetU8 { struct
1477 impl<'a> Set<'a, u8> for SetU8 { implementation
1478 fn new(val: &'a u8) -> SetU8 { in new()