Struct drm_sys::_drmModePropertyBlob [] [src]

#[repr(C)]
pub struct _drmModePropertyBlob { pub id: u32, pub length: u32, pub data: *mut c_void, }

Fields

Trait Implementations

impl Debug for _drmModePropertyBlob
[src]

Formats the value using the given formatter.

impl Copy for _drmModePropertyBlob
[src]

impl Clone for _drmModePropertyBlob
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for _drmModePropertyBlob
[src]

Returns the "default value" for a type. Read more