pub trait ResourceHandle:
From<RawResourceHandle>
+ Into<RawResourceHandle>
+ Into<u32>
+ Copy
+ Sized {
const FFI_TYPE: u32;
}
Expand description
Handle for a drm resource
Required Associated Constants§
Object Safety§
This trait is not object safe.