Struct drm_sys::drm_mode_get_plane [] [src]

#[repr(C)]
pub struct drm_mode_get_plane { pub plane_id: __u32, pub crtc_id: __u32, pub fb_id: __u32, pub possible_crtcs: __u32, pub gamma_size: __u32, pub count_format_types: __u32, pub format_type_ptr: __u64, }

Fields

Trait Implementations

impl Debug for drm_mode_get_plane
[src]

Formats the value using the given formatter.

impl Default for drm_mode_get_plane
[src]

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

impl Copy for drm_mode_get_plane
[src]

impl Clone for drm_mode_get_plane
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more