Home
last modified time | relevance | path

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

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