Struct drm::buffer::Name [−][src]
#[repr(transparent)]pub struct Name(_);Expand description
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
Auto Trait Implementations
impl RefUnwindSafe for Name
impl UnwindSafe for Name
Blanket Implementations
Mutably borrows from an owned value. Read more