Struct libdrm_sys::drm_mode_fb_cmd2 [] [src]

#[repr(C)]
pub struct drm_mode_fb_cmd2 { pub fb_id: __u32, pub width: __u32, pub height: __u32, pub pixel_format: __u32, pub flags: __u32, pub handles: [__u32; 4], pub pitches: [__u32; 4], pub offsets: [__u32; 4], pub modifier: [__u64; 4], }

Fields

Trait Implementations

impl Debug for drm_mode_fb_cmd2
[src]

Formats the value using the given formatter.

impl Copy for drm_mode_fb_cmd2
[src]

impl Clone for drm_mode_fb_cmd2
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more