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