Struct drm::buffer::Handle [−][src]
#[repr(transparent)]pub struct Handle(_);
A handle to a GEM buffer
Notes
There are no guarantees that this handle is valid. It is up to the user to make sure this handle does not outlive the underlying buffer, and to prevent buffers from leaking by properly closing them after they are done.
Trait Implementations
impl From<NonZeroU32> for Handle[src]
impl From<NonZeroU32> for Handle[src]fn from(handle: RawResourceHandle) -> Self[src]
impl StructuralEq for Handle[src]
impl StructuralEq for Handle[src]impl StructuralPartialEq for Handle[src]
impl StructuralPartialEq for Handle[src]Auto Trait Implementations
impl RefUnwindSafe for Handle
impl RefUnwindSafe for Handleimpl UnwindSafe for Handle
impl UnwindSafe for Handle