Searched defs:Opaque (Results 1 – 1 of 1) sorted by relevance
324 pub struct Opaque<T> { struct329 // SAFETY: `Opaque<T>` allows the inner value to be any bit pattern, including all zeros. argument330 unsafe impl<T> Zeroable for Opaque<T> {} implementation332 impl<T> Opaque<T> { impl413 impl<T> Wrapper<T> for Opaque<T> { implementation