Home
last modified time | relevance | path

Searched defs:Opaque (Results 1 – 1 of 1) sorted by relevance

/linux/rust/kernel/
H A Dtypes.rs324 pub struct Opaque<T> { struct
329 // SAFETY: `Opaque<T>` allows the inner value to be any bit pattern, including all zeros. argument
330 unsafe impl<T> Zeroable for Opaque<T> {} implementation
332 impl<T> Opaque<T> { impl
413 impl<T> Wrapper<T> for Opaque<T> { implementation