Home
last modified time | relevance | path

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

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