Struct libdrm_sys::drm_mode_create_blob [] [src]

#[repr(C)]
pub struct drm_mode_create_blob { pub data: __u64, pub length: __u32, pub blob_id: __u32, }

Fields

Trait Implementations

impl Debug for drm_mode_create_blob
[src]

Formats the value using the given formatter.

impl Copy for drm_mode_create_blob
[src]

impl Clone for drm_mode_create_blob
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more