pub type drm_unique_t = drm_unique;
Aliased Type§
struct drm_unique_t {
pub unique_len: u64,
pub unique: *mut i8,
}
Fields§
§unique_len: u64
§unique: *mut i8
Trait Implementations
Source§impl Clone for drm_unique
impl Clone for drm_unique
Source§fn clone(&self) -> drm_unique
fn clone(&self) -> drm_unique
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more