Struct drm::buffer::Name [−][src]
#[repr(transparent)]pub struct Name(_);
The name of a GEM buffer.
Notes
There are no guarantees that this name is valid. It is up to the user to make sure this name does not outlive the underlying buffer, and to prevent buffers from leaking by properly closing them after they are done.
Trait Implementations
impl StructuralEq for Name[src]
impl StructuralEq for Name[src]impl StructuralPartialEq for Name[src]
impl StructuralPartialEq for Name[src]Auto Trait Implementations
impl RefUnwindSafe for Name
impl RefUnwindSafe for Nameimpl UnwindSafe for Name
impl UnwindSafe for Name