Home
last modified time | relevance | path

Searched defs:Opaque (Results 1 – 2 of 2) 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> { impl
/linux/rust/kernel/drm/
H A Ddevice.rs138 let ptr: *const Opaque<bindings::drm_device> = ptr.cast(); in from_drm_device() constant