Searched defs:ZERO (Results 1 – 3 of 3) sorted by relevance
34 const ZERO: Self; constant83 const ZERO: Self = 0; constant
17 const ZERO: Self = unsafe { ::core::mem::MaybeUninit::<Self>::zeroed().assume_init() }; constant
231 #define ZERO 0 macro