Searched defs:LUID_SIZE (Results 1 – 2 of 2) sorted by relevance
4 pub const LUID_SIZE: usize = 8; constant
27 const LUID_SIZE: usize = PIPE_LUID_SIZE as usize; constant320 pub fn device_luid(&self) -> Option<[c_uchar; LUID_SIZE]> { in device_luid()