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