Home
last modified time | relevance | path

Searched refs:find_zero_variant (Results 1 – 1 of 1) sorted by relevance

/linux/rust/zerocopy-derive/derive/
H A Dfrom_bytes.rs19 pub(crate) fn find_zero_variant(enm: &DataEnum) -> Result<usize, bool> { in find_zero_variant() function
131 let zero_variant = match find_zero_variant(enm) { in derive_from_zeros_enum()